-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
In our jenkins pipeline we regenerate a report with the same name multiple times. Specifically, it's a dependencies report that needs to be rechecked when the user elects to promote the artifact to staging / stable.
The HTML publisher overwrites the report and only keeps the latest one. However, each time the same report is published, a new link is added to the build.
They all point to the same report.
Hi jpraet - do these links stick around after a Jenkins restart? If not are you able to attach a sanatised `build.xml` file from one of the builds so I can see what is being recorded?