Interactive build pipeline

Geroen_Joris October 13, 2017

Hello all,

 

I was wondering if it is possible to have interactive builds using Bitbucket pipelines. I'm thinking in the lines of builds that wait for confirmation or anything to do the next step. My use case is actually that I want a person or multiple people to confirm whether or not a build can be deployed. Continuous deployment is a very good concept, but it might not work in all environments. Is there any option to do so using Bitbucket pipelines? 

 

Thanks!

1 answer

0 votes
Philip Hodder
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 3, 2019

Pipelines has support for manually trigger steps.

For example, you can configure the following

pipelines:
default:
- step:
name: Automatic step
script:
- # Commands
- step:
name: Manually triggered step
trigger: manual
script:
- # Commands

More details can be found here: https://confluence.atlassian.com/bitbucket/run-pipelines-manually-861242583.html

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events