Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core, docker-plugin
-
Labels:
-
Environment:Jenkins 2.73.3, OpenJDK 8_151, Ubuntu 16.04, Ubuntu 14.04.
-
Similar Issues:
Description
After updating to 2.73.3 jobs now gets randomly stuck in queue and Jenkins says that it doesn't have label .. I can see that some slave nodes (containers) coming up online for a split second then disappears, but then the job(s) gets stuck forever in the queue. The problem is that I do not see anything in the Jenkins logs that's out of the ordinary.
Downgrading to 2.73.2 and recreating the config.xml (global config file) seems to fix the issue for us.
P.S.: What's even more weird is that some jobs run while others gets stuck forever (sometimes).
Code changed in jenkins
User: Nicolas De Loof
Path:
src/main/resources/com/nirima/jenkins/plugins/docker/strategy/DockerCloudRetentionStrategy/config.groovy
src/main/resources/com/nirima/jenkins/plugins/docker/strategy/DockerCloudRetentionStrategy/help-idleMinutes.html
src/main/resources/com/nirima/jenkins/plugins/docker/strategy/DockerOnceRetentionStrategy/config.groovy
http://jenkins-ci.org/commit/docker-plugin/2d0dda5a20401c34ad25dbf8df2b2948365b4f8e
Log:
use default timeout of 10 minutes to avoid
JENKINS-47953