wiki.getshifting.com

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


cheatsheet-azuredevops
Differences

This shows you the differences between two versions of the page.

Link to this comparison view

cheatsheet-azuredevops [2025/06/01 11:59] – created - external edit 127.0.0.1cheatsheet-azuredevops [2025/07/18 13:48] (current) sjoerd
Line 273: Line 273:
 </code> </code>
  
 +== 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: "Deploy steps"
 +  condition: false
 +</code>
cheatsheet-azuredevops.txt · Last modified: by sjoerd