Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-11722

Wall Display Panel shows unstable builds in Grey, not Yellow

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • walldisplay-plugin
    • 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

          I see in the master branch this has been moved to walldisplay.css, but the invalid name is still there

          Adam DeJardine added a comment - I see in the master branch this has been moved to walldisplay.css, but the invalid name is still there

          Code changed in jenkins
          User: pelle
          Path:
          src/main/webapp/walldisplay.css
          http://jenkins-ci.org/commit/walldisplay-plugin/f4bcb8da3b540ea794e80754bb597230a7a98920
          Log:
          JENKINS-11722 Wall Display Panel shows unstable builds in Grey, not Yellow

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: pelle Path: src/main/webapp/walldisplay.css http://jenkins-ci.org/commit/walldisplay-plugin/f4bcb8da3b540ea794e80754bb597230a7a98920 Log: JENKINS-11722 Wall Display Panel shows unstable builds in Grey, not Yellow

          in next version

          Christian Pelster added a comment - in next version

            pelle Christian Pelster
            adam_dejardine Adam DeJardine
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: