Hello,
In my pipeline job, i am executing multiple application builds in parallel and each parallel build is running under a node. Instead of providing a node-name to each of the parallel build, I have specified a node group. I am expecting that each parallel build will be picked up by different nodes available in the group, however I notice that the parallel builds are either picked up the same node or randomly by different nodes. I was wondering if there is a way to have pipeline round-robin each parallel build to different nodes.
Thanks,
Santosh