-
Bug
-
Resolution: Fixed
-
Minor
-
None
Currently the process of a new node provision is started when requested (always), but there are couple of situations when it doesn't make sense:
- excessWorkload == 0
- Jenkins.getInstance().isQuietingDown() == true
- Jenkins.getInstance().isTerminating() == true
In all above cases we should skip the procedure and return an empty Collection<PlannedNode>