Hi there Jenkins fans,
I got this problem that i'm trying to figure out and I was hoping someone could help me with it. I have a job that i want to start on a specific jenkins slave. This slave would be selected from a list of available slaves passed by me as parameter (e.g. [$slave1, $slave4, $slave5]). The slave that is selected, for the job to run on, should be the one that has the least amount of used resources, especially CPU, so that when other jobs are started in parallel, the workload will be split among the slaves evenly.
Any pointers are welcome.
Thank you!