python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00201
[Bug 1246466] Re: cancel_queue() does not work, must use POST not GET
** Changed in: python-jenkins
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1246466
Title:
cancel_queue() does not work, must use POST not GET
Status in Python API for Jenkins:
Fix Released
Bug description:
The Jenkins.cancel_queue() method does not actually cancel a queued
item. An investigation revealed that Jenkins (v1.529) wants a POST
rather than a GET, when accessing 'queue/item/%(number)s/cancelQueue'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1246466/+subscriptions
References