I have Jenkins installed on my computer, which configured only the master as node (there are no other nodes), and the number of executions is 5. I created a task called myJob and want to run it on the master 2 times at the same time (this means that if I run Builds 90 and 91, I do not want to receive the message that "pending-build # 90 is already running"). I also have the Throttle Concurrent Builds plugin installed, and it allows this task to run multiple times at the same time.
I am still receiving a pending message.
Can someone tell me how to achieve it?
source
share