-
Bug
-
Resolution: Duplicate
-
Major
We have a build pipeline that executes dependency-check-maven for two independant modules (services and ui), and both reports should be published as part of the build.
When dependencyCheckPublisher is invoked twice in the pipeline, two actions are added to the build and the UI shows two (identical) "Dependency-Check" links in the sidebar. However, both are showing the same page, apparently those of the second invocation; the information for the first publisher call is not accessible.
Behavior is the same, whether there are two calls of dependencyCheckPublisher step in the pipeline, or a single call with a pattern string that does match both report files.
- duplicates
-
JENKINS-58610 Running dependencyCheckPublisher doesn't aggregate reports correctly
- Resolved