-
Improvement
-
Resolution: Fixed
-
Minor
-
None
The aim of this JIRA is to create a new static function in Utils which serves the list of the currently available computers which contain a name. This functionality iterates over all available Computers (-> is can be a bit expensive operation! so it could be a good idea to cache the list on the caller side) and if a Computer has a name, is it added to the returned list.
In the Jenkins core there are places where we need the fresh list of available Computers with their names (for ex. when we would provide an advice). This effort includes the attempt to identify possible places where the former impl. can be changed to using this new function.
- is blocking
-
JENKINS-34468 Extract offline-node CLI from Core
- Resolved