Questions tagged [jenkins-api]

Jenkins provides an API that allows you to access Jenkins via REST (see http://localhost:8080/api/ of a running Jenkins) to retrieve information or interact with Jenkins.

Jenkins provides an API that allows you to access Jenkins via REST (see http://localhost:8080/api/ of a running Jenkins) to retrieve information or interact with Jenkins.

181 questions
-2
votes
1 answer

How to use REST API with java to update job configuration?

I want to update jenkins job without restarting the jenkins. For that I am using jenkins REST API in my java code. But because of CSRF security I am not able to POST anything to jenkins URL. By using crumbIssuer this can be done. Can anyone help me…
Kruti Vyas
  • 63
  • 1
  • 7
1 2 3
12
13