I created a label in Jenkins and added 5 nodes as we can see below:
Sometimes a job fails on one of these nodes.
I would like to ensure that a failed job is rebuilt on a different node using the same label.
For example, if the job fails on node 1, rebuild automatically on another node(s) that has the same label.
Is this possible?
Thanks