Back
I am trying to integrate an external system with Jenkins by REST API.
Although I have done lots of google search on its API reference, I still cannot get a full list of Jenkins REST API reference.
Does anybody know about this?
In the bottom right of each page Jenkins has a link to their REST API. This link will appear on every page of Jenkins and points you to an API output for the exact page you are browsing. That should provide some understanding about how to build the API URLs.
You can additionally use some wrapper, in Python, using http://jenkinsapi.readthedocs.io/en/latest/
Here is their website: https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API
31k questions
32.8k answers
501 comments
693 users