|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

My analysis of the issue is the problem started here (with the help of git bisect):
https://github.com/jenkinsci/walldisplay-plugin/commit/69e9fe2e26fd6559ea5b6b5b313dfbcf07fd0305
So 0.6.25
It appears to occur when the repaint interval is set to less than the update interval, so sometimes the plugin can be unlucky and the update & it's various API requests haven't finished by the time the repaint comes along to redraw everything.