Rino Kadijk commented on Bug JENKINS-13358

We had to do the following to remove jobs from the queue:

download the jenkins command line interface from your buildserver: http://yourbuildserver/jenkins/cli

java -jar jenkins-cli.jar -s http://yourbuildserver/jenkins/ login --username yourusername --password yourpassword

java -jar jenkins-cli.jar -s http://yourbuildserver/jenkins/ delete-builds Name_Of_Job Build_Number_You_Want_To_Delete

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to