@DarkRift and @teilo, Many thanks for you two's hints. I will study up that aspect, try it out, and report back my results, if not this coming weekend, definitely early next week.
Regards, --Zack There are plugins to help you do that. > > Mainly there is the matrix job plugin which allows you to run the same job > accordin to different axis (the axis you are looking for is node or label) > > By default the queueing system of jenkins tend to reuse the same node it > executed the job before to prevent the workspace from being recopied over > and over, hense saving disk space. > > What you want though is the same job run on multiple environment, and > mateix build/job should be able to help you in this kind of setup. > > The name of the job should really no impact on the job distribution to > node. you might just fell in a case where the node executors were linearily > executing one after the other once they were available. > > Does that help you ? > > [...] > >