-
New Feature
-
Resolution: Fixed
-
Minor
-
None
JENKINS-17305 gave the ability for nodes to be skipped in All Nodes for Label Factory if they are currently offline. This is fine if nodes are always kept online, but if nodes are only bought online and offline on demand by jenkins (as configured in the node configuration) then nodes get skipped even if they are perfectly able to service requests.
It would be nice to have an option to only skip nodes that have been explicitly taken offline (e.g. via the "Mark this node temporarily offline" button).
- is related to
-
JENKINS-17305 All nodes for label - don't wait for offline nodes
-
- Closed
-
You'r right - I thought about this just yesterday
Although this is something we should have a solution for, I don't like to glut the UI for the parameter definition with so many options.
How about adding option on the node itself? e.g. "mark this node as usable for the nodelabel-plugin" - this would allow to keep the parameter configuration as easy as possible and allow to solve the issue.