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

XMLWordPrintable

      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 [...]

            Assignee:
            Christian Pelster
            Reporter:
            Ivan Mounitsyn
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: