2.2 Serial job example
Setting the
flag restricts a job to run one build at a time.
By default, jobs are run in parallel. For some use cases this might be ideal (ex. testing all incoming commits from a repository). For other use cases this might be less ideal (ex. deploying an application).
You can also set the
value to 1 to disable parallel job runs.