jenkinsci / jenkinsci/nodelabelparameter-plugin
[JENKINS-36167] Don't wait for busy nodes
- Dominant language
- Java
- Stars
- 28
- Forks
- 59
- Avg merge
- 1h 24m
- Merged PRs (30d)
- 3
Description
Triggering a job with the Node parameter (with the Node eligibility is set to All Nodes )
on Node1 and Node2
If Node1 is busy, Node2 won't start unless the job will start on Node1
I want Node2 to start the job, and the job for Node1 to stay in the queue until Node1 is free
---
Originally reported by ellaz, imported from: Don't wait for busy nodes
Raw content of original issue
Triggering a job with the Node parameter (with the Node eligibility is set to All Nodes )
on Node1 and Node2
If Node1 is busy, Node2 won't start unless the job will start on Node1
I want Node2 to start the job, and the job for Node1 to stay in the queue until Node1 is free
- environment:
1.7
Contributor guide
Assessment
This issue has not been assessed yet.