jenkinsci / java-client-api

A Jenkins API client for Java
MIT License
896 stars 468 forks source link

org.apache.http.client.HttpResponseException: Not Allowed #493

Closed zyjin closed 1 year ago

zyjin commented 1 year ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

What Operating System are you using (both controller, and any agents involved in the problem)?

linux

Reproduction steps

jenkinsServer.getJob(jobName).build();

Expected Results

work

Actual Results

org.apache.http.client.HttpResponseException: Not Allowed

Anything else?

No response