-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.436
Wall Display Plugin 0.6.2 (built locally from tag)
Unstable, non-building builds are showing as grey instead of yellow. Unstable, building builds are showing yellow across grey.
Line 81 of walldisplay.html defines this CSS style:
.job_yellow_blue { background-color: #888800; }
however the style name should be ".job_color_yellow" to actually display a yellow background.
[JENKINS-11722] Wall Display Panel shows unstable builds in Grey, not Yellow
Component/s | New: walldisplay [ 15880 ] |
Component/s | Original: jenkinswalldisplay [ 16045 ] |
Assignee | New: Christian Pelster [ pelle ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 141965 ] | New: JNJira + In-Review [ 189908 ] |
I see in the master branch this has been moved to walldisplay.css, but the invalid name is still there