Re: how to cancel build queue jobs in jenkins by only using the build number, which are not started by jenkins and are in its build queue through REST API

2015-12-18 Thread Daniel Beck
On 15.12.2015, at 14:56, tushar singhal wrote: > how to cancel build queue jobs in jenkins by only using the "build number" > through REST API, which are not started by jenkins and are in its build > queue. Trigger the build programmatically using the documented API (at /job/JOBNAME/api), a

Re: how to cancel build queue jobs in jenkins by only using the build number, which are not started by jenkins and are in its build queue through REST API

2015-12-17 Thread Baptiste Mathus
Beware that deleting is not the same as cancelling a build. If I were you I'd have a look at system groovy script instead of rest api. Cheers Le 15 déc. 2015 2:56 PM, "tushar singhal" a écrit : > how to cancel build queue jobs in jenkins by only using the "build > number" through REST API, which

how to cancel build queue jobs in jenkins by only using the build number, which are not started by jenkins and are in its build queue through REST API

2015-12-15 Thread tushar singhal
how to cancel build queue jobs in jenkins by only using the "build number" through REST API, which are not started by jenkins and are in its build queue. -- I know how to cancel the in-progress job with below command- curl -X POST /job///doDelete -- You received this message because you