Re: Parallel job execution using Jenkinsfile and slaves

2016-11-15 Thread Lee Meador
Its not clear to me what you are asking. For example, if there are 4 executors on one slave and 4 on the other one, the parallel branches might run on different slaves or they might run on the same slave but different executors. I set the number of executors equal to the number of cpus (or number

Parallel job execution using Jenkinsfile and slaves

2016-11-14 Thread Bryan P
I am trying to execute a parallel test run however we dont use maven, we execute our test runs using shell script. Can parallel runs work using the example below? I've tried multiple methods of allowing parallelization however most allow the execution on one slave instead queuing for another