-
Bug
-
Resolution: Unresolved
-
Major
-
Debian
When loading the html wall display there is a JS error:
ReferenceError: lastPaintInterval is not defined
if (lastPaintInterval != paintInterval)
This seems to block the job load and the display is stuck in "loading jobs..." forever.
I had the same problem before realising that this was fixed by this commit: https://github.com/jenkinsci/walldisplay-plugin/commit/3aae3210ffef5acd851c939ea020fe849a6d694e
Updating to 0.6.17 or higher should resolve the problem.