I have two build machines set for 32 bit version and 64 bit versions of the same code. As the code is same, only the parameter values are different.
I have created a job for the compilation and parameter to tell whether 32 or 64 bit.
How to run the same job on two nodes at the same time?
There is one post already: How to run the same job multiple times in parallel with Jenkins?
But it refers to same job running multiple times on same machine.
But mine is to run multiple times on different machines.