-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 1.609.2
matrix project 1.6 (and others?)
When a flyweighttask is limited to run on a specific label (e.g. matrix project set restrict where this project can run) if there are no nodes with that label available when it enters the queue then it will immediatly move to blocked.
As it is blocked the Node provisioner will not attempt to create any slaves, so the project will sit in the queue forever (or until some other project allocates a slave with the correct label).
Seems to be a regression introduced by JENKINS-24519
- is related to
-
JENKINS-24519 Flyweight tasks only use one-off executor when they can be scheduled immediately
- Resolved
- links to