Run Jobs in Parallel
Learn how to run jobs in parallel by updating the maxParallel setting.
To run the jobs from the previous lesson in parallel, we just change the maxParallel value from 1 to 3:
As soon as the pipeline starts executing, you should be able to see the three job runs happening at the same time:
The execution time of the parallel ...