I want to integrate our Rest API with Jenkins, is there any way to do that or any plugin available in Jenkins?
Asked
Active
Viewed 94 times
0
-
does the following thread answer your question? https://stackoverflow.com/questions/25661362/where-can-i-find-jenkins-restful-api-reference – Muatik Feb 28 '18 at 10:33
-
What do you mean by `our Rest API` ??? Can you please make yourself a little extra clear please? – SV Madhava Reddy Feb 28 '18 at 10:46
-
I mean the Rest API.. we are using RestAPI in our instance so I mentioned our Rest API – vinesh vini Mar 01 '18 at 09:28
-
If you're using blue ocean, you can use https://github.com/jenkinsci/blueocean-plugin/tree/master/blueocean-rest. It is a private API however and may break over time. – Learner Mar 21 '18 at 03:15