jfrog / jenkins-jfrog-plugin

Easy integration between Jenkins and the JFrog Platform.
https://github.com/jfrog/jenkins-jfrog-plugin
Apache License 2.0
39 stars 17 forks source link

Configurable build-info icon #84

Open greg-baguley-ctct opened 8 months ago

greg-baguley-ctct commented 8 months ago

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

Thanks to the work of #63 we have build-info icons showing within Jenkins when you perform a jf rt build-publish call. The problem arises when you aggregate published builds as per the JFrog documentation for distributed builds as this adds an icon for each build you publish.

This very quickly becomes overwhelming when you are only interested in the final aggregated build.

An example of what this looks like: build status pollution

Describe the solution you'd like to see

It would be nice to be able to configure when the build-info icon is added to Jenkins, or at a minimum be able to turn it off completely where we can provide our own link at the end of a build.

Describe alternatives you've considered

No response

Additional context

No response