-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 1.642
github-branch-source-plugin:1.7
github-organization-folder-plugin:1.3
Issue
When a node label does not exists, the build hangs in the queue until a node is assigned to that label. In that case I would like my build to fail. It would be great to have such option and also the possibility to apply it with GitHub Organization.
How to Reproduce
node ('thislabeldoesnotexists') { echo "This could be improved" }
This label does not exists in my Instance, the build hang in the queue and the console logs show:
> There are no nodes with the label ‘thislabeldoesnotexists’
- is related to
-
JENKINS-41569 Pipeline hangs waiting for resume on an agent which never was
- Closed
-
JENKINS-40466 Developer wants to see a message when Jenkins is busy eg: execution is blocked waiting for a node
- Resolved
- links to