Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to manually trigger parallel steps in bitbucket pipelines ?

Hamdi Fourati June 21, 2018

Hello, is it possible to use manual trigger for parallel steps in bitbucket pipelines ?

4 answers

3 votes
jcorzani December 4, 2018

This is a workaround. The first step blocks the parallel ones

- step:
name: Something parallel
trigger: manual
script:
- echo "Start parallel tasks"
- parallel:
- step:
name: Step1
script:
- ls -a
- step:
name: Step2
script:
- ls -l
2 votes
Philip Hodder
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 24, 2018

Hello Hamdi,

Currently you cannot manually trigger parallel steps in Bitbucket Pipelines.

If you're interested in such a feature, can you open a feature request here with some details of your use-case: https://bitbucket.org/site/master/issues/new

Thanks,

Phil

0 votes
Gary Li December 2, 2020

Appears that this work has just been completed after a long wait. Currently this feature is being rolled out. It's very exciting! 

https://jira.atlassian.com/browse/BCLOUD-16650

Leandro Aguiar December 3, 2020

Yet there is absolutely no documentation about it.

Gary Li December 3, 2020

Yeah hopefully the doc's already in the works and will come out soon. 

0 votes
Zogoo September 16, 2020

Any ticket created for this request?

Zogoo September 16, 2020

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events