Issue Type: Bug Bug
Affects Versions: current
Assignee: Christian Pelster
Components: walldisplay
Created: 06/Feb/13 7:07 AM
Description:

After upgrading Jenkins to 1.500, wall display plugin stopped working (as well as EzWall plugin) due to JS error in walldisplay.html, line 353: "Cannot read property 'claimed' of null".

It seems, like REST API calls (like http://jenkins.e-legion.com//job/<jobname>/api/json?tree=property%5BwallDisplayName%5D%2Cname%2Ccolor%2ClastBuild%5Bnumber%2Ctimestamp%2Cduration%2Cactions%5Bclaimed%2CclaimedBy%2CfailCount%2CskipCount%2CtotalCount%5D%2Cculprits%5BfullName%2Cproperty%5Baddress%5D%5D%5D%2ClastSuccessfulBuild%5Bduration%5D&_=1360134139356) started to return unexpected nulls in JSON for some builds, causing that error:

{
"name":"<jobname>",
"color":"blue",
"lastBuild": {
"actions": [{},{},{},null,{},{},{},{}],
...
},
...
}

Project: Jenkins
Priority: Major Major
Reporter: Yuri Buyanov
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/groups/opt_out.
 
 

Reply via email to