1
votes

In Jenkins I can prompt the user to continue or cancel with the "input" directive in the pipeline definition.

Does Azure DevOps pipelines have this functionality or anything similar?

I am using a yaml file for the Azure DevOps pipeline.

1

1 Answers

2
votes

Not in build definitions, no. In release definitions you can add a Serverless phase and put a Manual Intervention task.

Honestly, I can't imagine a scenario where you'd want a manual intervention in the middle of a build.