setup-jfrog-cli icon indicating copy to clipboard operation
setup-jfrog-cli copied to clipboard

Add RB v2 Information to GitHub Actions Job Summary

Open krishnamanchikalapudi opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

N/A.

Describe the solution you'd like to see

I would like GitHub Actions using jfrog/setup-jfrog-cli@v4 to include a feature where Release Bundle v2 information is automatically summarized (similar to 'Published JFrog Build Info') and displayed in the job summary after a pipeline run. This summary would provide details about the Release Bundle, such as the bundle ID, included artifacts, and any relevant metadata. This would help developers and release managers have a clear understanding of what was included in a release without needing to manually track or review logs, making the process more efficient.

Describe alternatives you've considered

Currently, I manually track the Release Bundle v2 information by executing shell commands and writing the details to $GITHUB_STEP_SUMMARY. Integrating this feature natively would save a lot of time and reduce potential human errors. FYI: https://github.com/krishnamanchikalapudi/spring-petclinic/actions/runs/10968757709

Additional context

No response

krishnamanchikalapudi avatar Sep 20 '24 17:09 krishnamanchikalapudi