-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
Mac OS 10.7
When viewing the main page for a job that includes Clang static analysis results, there is a line chart that tracks the number of bugs for each build. Clicking on a node in the chart is supposed to take you to the bug listing, but is broken:
http://myserver:8080/view/Nightly/job/myjob/37//clangScanBuildBugs
the problem appears to be that the link assumes Jenkins runs at the root level of the server ( http://myserver:8080/ ) rather than in a sub directory ( http://myserver:8080/Jenkins ). The URL should be:
http://myserver:8080/Jenkins/view/Nightly/job/myjob/37//clangScanBuildBugs
- is duplicated by
-
JENKINS-10876 Clang Scan-build chart links are broken
- Resolved