nick tulett commented on Bug JENKINS-7976

I need to be able to report totals for run/failed tests in a matrix with multiple slaves and use the following URL:

http://<JENKINS_HOST>/job/<JOB_NAME>/api/json?depth=2&tree=downstreamProjects[builds[actions[causes[upstreamBuild],failCount,totalCount]]]

I then loop over the JSON and aggregate by upstreamBuild. It's not ideal but at least gives me some numbers to play with.

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

Reply via email to