Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (29.3k points)

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?

1 Answer

0 votes
by (19.4k points)

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

Browse Categories

...