Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
Jenkins WAR: org.jenkins-ci.main:jenkins-war:2.0-beta-1
Platform: Debian wheezy
Description
API responses for builds return include "actions" arrays, which are now containing both objects and arrays as elements. Prior to 2.0 this was not the case. E.g:
{
"actions" : [
{
},
[
],
{
"causes" : [
]
},
{
},
...
Note the second element there is an empty array. Is this WAD? Returning JSON in such a format makes response parsing much more difficult.
I created this issue 5 days ago and nobody has responded; upgrading to 'major'.