Throttle concurrent build is not working in parallel

837 Views Asked by At

I am using Throttle concurrent plugin for parallel execution in Jenkins. I have one master jenkins node with 4 executors. Now I want to run my build in parallel, I have configured the build with number of concurrent build:0 and number of executors per node:3 and when I build it..It is not executing in parallel, only one build is triggered. Kindly help me to resolve this problem. checked option : "Execute concurrent build if neccessary" in jenkins for this job

0

There are 0 best solutions below