ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Jenkins does appear to have an API.

Jenkins does appear to have an API.

Edit: There's more info at http://jenkins.ros.org/api/

For example, you can load everything in python as follows:

 builddata = ast.literal_eval(urllib.urlopen('http://jenkins.ros.org/api/python').read())