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

Wall Display Plugin fails when hits the build with 'yellow' status

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • walldisplay-plugin
    • Windows 2008x64, IE, Chrome, Mozilla

      util.js fails at line 145 because job.lastBuild.actions[4] is undefined (there's only 2 elements in the array at that point). quick workaround (as follows) rectifies the issue.

      < if(job.lastBuild.actions[4].failCount != undefined && [...]
      > if(job.lastBuild.actions[4] != undefined && job.lastBuild.actions[4].failCount != undefined [...]

          [JENKINS-14379] Wall Display Plugin fails when hits the build with 'yellow' status

          thanks for the quick fix

          Christian Pelster added a comment - thanks for the quick fix

          Code changed in jenkins
          User: Pelle Pelster
          Path:
          src/main/webapp/utils.js
          http://jenkins-ci.org/commit/walldisplay-plugin/2f4883da16109ef95e51d6fc7b3de24e85947432
          Log:
          JENKINS-14379
          Wall Display Plugin fails when hits the build with 'yellow' status

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Pelle Pelster Path: src/main/webapp/utils.js http://jenkins-ci.org/commit/walldisplay-plugin/2f4883da16109ef95e51d6fc7b3de24e85947432 Log: JENKINS-14379 Wall Display Plugin fails when hits the build with 'yellow' status

            pelle Christian Pelster
            ottawan Ivan Mounitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: