| I had a pipeline build running, and then restarted Jenkins. After coming up again, I had this in the log for one of the parallel steps in the build: Resuming build at Mon Nov 07 13:11:05 CET 2016 after Jenkins restart Waiting to resume part of Atlassian Bitbucket » honey » master #4: ??? Waiting to resume part of Atlassian Bitbucket » honey » master #4: Waiting for next available executor on bcubuntu32 And the last message repeating every few minutes. The slave bcubuntu32 has only one executor, and it seems like this executor was "used up" for this task of waiting for an available executor... After I went into the configuration and changed number of executors to 2, the build continued as normal. A possibly related issue: Before restart, I put Jenkins in quiet mode, but the same build agent hung at the end of the pipeline part that was running, never finishing the build. In the end I made the restart without waiting for the part to finish. |