-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
Platform: All, OS: All
A job waiting for a lock will allocate an executor. It would be an improvement
(and allow for higher throughput) to allocate the executor at the moment the
lock is freed instead.
- is related to
-
JENKINS-8482 No clue in build console that build is waiting for a lock.
-
- Closed
-
I attached patch that solves the problem (at least in our case) to
http://issues.jenkins-ci.org/browse/JENKINS-1122
Thanks for Jakub Krawetkowski for preparing the patch.