Quick Notes103 words

Job execution order, parallelism and multi-stage pipelines — quick notes

Execution order — quick notes

LevelDefaultChange it with
JobsParalleldependsOn: <job>
StagesSequentialdependsOn: [] to parallelise
FactDetail
Job with multiple dependsOnWaits for all of them
RequiredAt least one job with no dependencies
parallel + matrixMutually exclusive
maxParallelOnly valid with matrix
Classic release pipelinesJob dependencies not supported; jobs run in sequence

The one-line trap: jobs parallel, stages sequential — opposite defaults.

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free