Skip to content

Show separate links/charts for multiple invocations of dependencyTrackPublisher #415

Description

@davidecavestro

What is your feature request about?

Some pipelines need to load multiple sbom to separate DT projects. This works, but the Jenkins UI shows the links and trend charts just for the last invocation.

Describe the solution you'd like

It would be great if we could add some identifier to the dependencyTrackPublisher call, so that the UI accumulates their data and renders separate info.
i.e. if I call

dependencyTrackPublisher (artifact: 'sbom-a.json', name: 'Prj A', ...)
dependencyTrackPublisher (artifact: 'sbom-b.json', name: 'Prj B', ...)

I'd expect two separated sections with trend, summary, links: one for project A, and one for project B.

As an example, this is what IMHO happens with Warnings NG plugin which provides the id, name and other attributes for similar purposes.

Additional context

I directly created a new feature request just because I can't find the button to create a new discussion.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions