Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivate pipeline

marcellopato
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 19, 2018

How to deactivate pipelines builds?

4 answers

1 accepted

6 votes
Answer accepted
SebC
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 25, 2018

Hey @marcellopato,

you can enable/disable pipelines under the repository admin/settings section at:

https://bitbucket.org/<username>/<repository>/admin/addon/admin/pipelines/settings

Screen Shot 2018-04-26 at 11.53.03 am.png

Hope that helps,

Seb

marcellopato
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 26, 2018

Thanks a lot, dude!

John Knight
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 21, 2018

Anyway to do it for the entire project?

2 votes
Michael Blom
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2019

how to do this on a pipeline by pipeline basis?

i.e. switch off a single custom pipeline?

2 votes
Georgy Farniev August 29, 2018

I think it would be nice to have option inside pipelines config itself to disable pipeline. Could be handy, for example, to disable pipeline for several development branch which shouldn't be built and without hassle of removing or commenting the config entirely.

1 vote
c s
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 1, 2019 edited

Hello,

I discovered you can make a pipeline manual by changing 'default' to 'custom', and giving it a name:

 

For example:

 

  pipelines:

     default:

         - step: 

                 ...

 

becomes something like:

 

pipelines: 

    custom:

       example-manual-build:

           - step: 

                ...

 

After that, you can trigger your manual build from the page for a particular commit.

 

See more here:

https://confluence.atlassian.com/bitbucket/configure-bitbucket-pipelines-yml-792298910.html#Configurebitbucket-pipelines.yml-ci_custom

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events