DEV Community

Discussion on: How to Disable the pipeline in Azure Devops

Collapse
 
mnaseem profile image
Naseem Mohammed • Edited

In docs it says: To disable the pipeline:

  1. In Azure Pipelines, navigate to your pipeline.

  2. Select Edit. From the menu in the upper corner, select Settings:

  3. A window pops up titled Pipeline settings

  4. Here you get the disable the "Processing of new run request"
    alt text

Collapse
 
shaijut profile image
Shaiju T • Edited

Thank you 😄, This worked. This stopped the build pipeline from running the Job. Hope this saves my free build minutes.

Collapse
 
mnaseem profile image
Naseem Mohammed

if your goal is to disable builds for every check-in; the better approach is to disable CI. That way your pipeline is not disabled. And you can go manually build when you please.

alt text