jenkinsci / java-client-api

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

java-client-api can not build job with jenkins version over 2.235.2? #475

Open zhangyaocheng opened 3 years ago

zhangyaocheng commented 3 years ago

I can trigger my jenkins job with JAVA-CLIENT-API under version 2.235.2 of jenkins. But when i up my jenkins version to 2.235.2 it's faild. I have no idea if it is mean that i can not use this tool to trigger my job?

trayla commented 3 years ago

I also notice problems since I updated Jenkins. I am still able to retrieve the job details through this API but the start of a new build fails suddenly with an HTTP 403 forbidden response. Is this the same problem you have got? Did you get a solution for your problem already?

Likqez commented 3 years ago

HTTP forbidden is also my problem. Still now fixed. Bumb

WilliamChen-luckbob commented 3 years ago

@zhangyaocheng When building jobs, I've met the same problem. All my apis will return error 403. None of them working.