-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Warnings Next Generation Plugin 3.0.3 (Windows Master)
When clicking on the msbuild warnings graph as per below screenshot, it is displaying a 404 page. error: Problem accessing /job/Release/142621_Build
I think this is because I also use the rename build plugin to rename my job to 142621_Build.
I think the url link needs to use the "build number" rather than the build name, as this is what happens when I click on the cppcheck trend which works fine...
e.g. cpp check link which works:
http://jenkins/job/project/job/Release/9/cppcheckResult/
and the broken 404 warnings link is for the same job:
http://jenkins/job/project/job/Release/142621_Build#9/msbuild
- is duplicated by
-
JENKINS-56529 In the warnings-ng plugin, Fix the link when clicking the graph on projects that use a custom build description
-
- Resolved
-
-
JENKINS-59253 "Static Analysis Warnings Trend" chart links to details by build name, not build number
-
- Closed
-
I see. We need to use the display name for the axis label and the url for the URL.