-
Bug
-
Resolution: Fixed
-
Minor
If you add a Jobs Grid portlet to a dashboard view and include some folders, the primary icon is broken.
The reason is that the view was using job.buildStatusUrl, which is not defined for a folder. It could be, but anyway you were unnecessarily constructing icon URLs, when StatusIcon (and BuildHealth) already provide approved methods for getting the full image URL.
Fixing this also gets support for custom folder icons for free.
- depends on
-
JENKINS-18049 Dashboard View plugin v2.6 broke URL path to build stability images.
-
- Resolved
-
Code changed in jenkins
User: Marco Ambu
Path:
src/main/resources/hudson/plugins/view/dashboard/jobLink.jelly
http://jenkins-ci.org/commit/dashboard-view-plugin/8b830d2870d310eb829916bceceba6bb172000b6
Log:
Merge pull request #15 from jglick/folders-
JENKINS-17988[FIXED JENKINS-17988] Use appropriate icon construction methods
Compare: https://github.com/jenkinsci/dashboard-view-plugin/compare/8ac89f359a89...8b830d2870d3