Hi all,
I can currently get some information for the changeSet of a job using:
http://<jenkins>/job/<jobname>/<jobid>/api/json
However this is not the entire set of change information (such as the edit type (add, edit, delete), and the perforce revision of the file).
There is additional information provided by:
http://<jenkins>/job/<jobname>/<jobid>/changes
that I have been unsuccessful at trying to acquire from the api/json data.
What I've tried:
* changes/api/json
* api/json/changes
* api/json/?depth=# for various #
* api/json/?tree=changeSet[*[*]]
Is there a a simple way to get the extended information?
Thank you,
Brent