-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Running on Tomcat 7 under Ubuntu 12.10
Jenkins 1.515
Dashboard View v2.6
Using the Unstable build widget, the URL for the build stability image is wrong.
Other images have the root context "/jenkins" included and work fine such as:
<img title="Failed" alt="Failed" src="/jenkins/static/cdc23470/images/16x16/red.png">
The build stability does not, as in:
<img title="Build stability: 2 out of the last 4 builds failed." alt="Build stability: 2 out of the last 4 builds failed." src="/static/cdc23470/images/16x16/health-40to59.png">
- is blocking
-
JENKINS-17988 Broken image links when using CloudBees Folders plugin
-
- Resolved
-
- is duplicated by
-
JENKINS-18452 Bug in the Dashboard view Plugin, not displaying Test Statistic Grid correctly
-
- Resolved
-
- is related to
-
JENKINS-18023 dashboard -view does not honour the prefix commandline parameter
-
- Resolved
-
Code changed in jenkins
User: Jesse Glick
Path:
src/main/resources/hudson/plugins/view/dashboard/jobLink.jelly
http://jenkins-ci.org/commit/dashboard-view-plugin/cb0b3544f19e5fbc1bc0a1d2cac9cb0e20d2ae7a
Log:
[FIXED JENKINS-18049] Curiously HealthReport.getIconUrl omits the context path, unlike StatusIcon.getImageOf.