How to Disable the pipeline in Azure Devops
Shaiju T

Shaiju T @shaijut

About: I am a Full stack .NET Developer, I like to work with C#, .Net Core, SQL, Mongo DB, Azure, JavaScript , Angular... Always eager to learn new technologies. I am here to share, ask & eventually learn.

Location:
India
Joined:
Dec 23, 2019

How to Disable the pipeline in Azure Devops

Publish Date: May 29 '20
13 6

Hi Folks, I am following below Azure Devops Learning Module

https://docs.microsoft.com/en-us/learn/modules/create-a-build-pipeline/9-clean-up-environment

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:

But I am not able to see these settings.

Can anyone help ?

Comments 6 total

  • Jay Gordon
    Jay GordonMay 29, 2020

    You'll need to delete the file within your repo, aka azure-pipelines.yml

    • Shaiju T
      Shaiju TMay 29, 2020

      😄, Thank you Jay, I will try this option in future. But for now I used a option in Azure Devops Portal, As said by below comment: dev.to/mnaseem/comment/pjnn

      Hope this saves my free build minutes.

  • Naseem Mohammed
    Naseem MohammedMay 29, 2020

    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

    • Shaiju T
      Shaiju TMay 29, 2020

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

      • Naseem Mohammed
        Naseem MohammedMay 30, 2020

        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

  • Chris Noring
    Chris NoringJun 1, 2020

    hey so ensure you have navigated to the pipeline, e.g on the left menu, click menu. Hover over over a recently run pipeline and a ... menu will appear on the right. Select edit. On the top-right click a ... menu. Select settings. Now you have a menu options Enabled, Paused, Disabled. Select Disabled.

Add comment