cheatsheet-azuredevops
Differences
This shows you the differences between two versions of the page.
cheatsheet-azuredevops [2025/06/01 11:59] – created - external edit 127.0.0.1 | cheatsheet-azuredevops [2025/07/18 13:48] (current) – sjoerd | ||
---|---|---|---|
Line 273: | Line 273: | ||
</ | </ | ||
+ | == Jobs == | ||
+ | |||
+ | Disable a job: As there isn't an option to disable a job in the pipeline, the best way is to use a condition: | ||
+ | |||
+ | <code yaml> | ||
+ | jobs: | ||
+ | - job: deploy | ||
+ | displayName: | ||
+ | condition: false | ||
+ | </ |
cheatsheet-azuredevops.txt · Last modified: by sjoerd