0

I am not able to start concurrent builds for same job in jenkins though I set number of executors as 4 for that node.

I have only one node N1 for which number of executors are set to 4. Now I created a job J1. When a Build N1-J1-B1 is already running, I am not able to start another build N1-J1-B2. Build B2 is waiting in queue until B1 is done.

I believe Jenkins must support this feature, Am I missing any settings here?

Sridhar
  • 803
  • 1
  • 12
  • 21

1 Answers1

1

To make @KeepCalmAndCarryOn's comment more obvious, you have to enable the Execute concurrent builds if necessary option on your job's configuration.

make sure this is checked

Kelan
  • 2,296
  • 1
  • 15
  • 17