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.1748779162.txt.gz · Last modified: by 127.0.0.1

Exception: Git command failed to perform periodic pull: From https://dev.azure.com/getshiftingcom/Documentation/_git/knowledge * branch main -> FETCH_HEAD fatal

Exception: Git command failed to perform periodic pull: From https://dev.azure.com/getshiftingcom/Documentation/_git/knowledge * branch main -> FETCH_HEAD fatal

An unforeseen error has occured. This is most likely a bug somewhere. It might be a problem in the gitbacked plugin.

More info has been written to the DokuWiki error log.