The problem I met was: I tried to trigger jenkins project by api, but it failed:
Api: curl -X POST 'http://localhost:8080/jenkins/job/bis-dx/build' --user '**:***' -H "$CRUMB"
Failed info:
<p>Problem accessing /jenkins/job/bis-dx/build. Reason:
<pre> Not Found</pre></p><hr><i><small>Powered by Jetty://</small></i><hr/>
What I want to consult are:
- The api is correct or not?
- If api is correct, whether the issue is the bug of the jenkins version I am using? If so, which version is better, how about 2.60.1?
Thanks