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

vllm : Failed to infer device type

android studio kotlin source is null error

gemini cli getting file not defined error