-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
CentOS 5.6; Sun Java 1.6.0_26
Twice now I've had jobs hang because sitemonitor was waiting for a response from the server.
Stop/starting the server in question allowed the job to complete.
In both cases, a 503 response code was recorded to the console.
My timeout is set to the default.
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