Manual intervention Azure Devops yaml

 Sometimes it can be pretty daunting, trying to get the correct manual intervention step correct. 

Here is a an example that will create a stage in the environment and then you can start to add "Approval" and checks. 



stages
stage : ${{parameters.stageName}} 
  dependsOn${{parameters.stageDependency}}
  jobs:
  - deployment'qadeployment'
    displayName'QA Deployment' 
    environment'OnlineShopping.UI.QA'
  

Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type