Re: Extending the json/xml API

2015-07-14 Thread Khai Do
We use the python-jenkins (https://pypi.python.org/pypi/python-jenkins) library to access build info, the output is in json. It's open source (apache license) so you can just extend it to grab additional meta data about each build. On Tuesday, June 23, 2015 at 3:51:54 PM UTC-7, ssuther...@gma

Extending the json/xml API

2015-06-23 Thread ssutherland . ea
I have an external application that monitors some of our Jenkins jobs, and am using the json api to grab status info. We also use the Build Failure Analyzer plugin to determine failure causes, but the result is not returned through the json api. Is there a convenient way to extend what the json