-
Bug
-
Resolution: Fixed
-
Major
-
None
When we request the queue api we don't have the item number for each build in queue.
If it was displayed, we could request the queue api in xml and then automatically cancel a job by a HTTP request :
http://myserver.com/jenkins/queue/item/XX/CancelQueue
- is duplicated by
-
JENKINS-10413 Add the item number in queue API
-
- Resolved
-
-
JENKINS-6574 There is no clean way to find out the id of a job in the queue so that it can be programatically deleted.
-
- Resolved
-
Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
core/src/main/java/hudson/model/Queue.java
http://jenkins-ci.org/commit/jenkins/af89f5e9097cb979de5d5c39aaa9d8976d314d9b
Log:
[FIXED JENKINS-10414] expose the item ID