jervis icon indicating copy to clipboard operation
jervis copied to clipboard

Allow parallel on same agent and parallel limits

Open samrocketman opened this issue 8 years ago • 0 comments

jenkins:
    parallel:
        limit: 16
        fail_fast: false
        shared_agent: true

If there's many builds meant to be parallel in the matrix, it might be desirable to limit concurrency. Additionally, depending on what is being run it might be better and faster to run all the parallel steps on the same agent.

samrocketman avatar Dec 07 '17 14:12 samrocketman