For example, I click 'build now' button on Jenkins UI three times to trigger three builds (build1, build2, build3) for 'Job A' (or project A).
I hope the three builds can be executed on three nodes (for example, build1 on NodeA, build2 on NodeB and build3 on NodeC). That means the three builds can be run on different Nodes simultaneously.
But on one Node, the job can only be executed one by one. That is to say, if we only have one Node available (no matter how many executors it has), the three builds will executed one by one.
How can I config the job in this way, to run simultaneously? Currently, we have a lot of this kinds of Job/Project.