Where can I find jenkins restful api reference?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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. Anybody knows about this? 回答1: Jenkins has a link to their REST API in the bottom right of each page . This link appears on every page of Jenkins and points you to an API output for the exact page you are browsing. That should provide some understanding into how to build the API URls. You can additionally use some wrapper, like I do, in Python,