Hello, is it possible to use manual trigger for parallel steps in bitbucket pipelines ?
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
This is a workaround. The first step blocks the parallel ones
- step:name: Something paralleltrigger: manualscript: - echo "Start parallel tasks"- parallel: - step:name: Step1script: - ls -a - step:name: Step2script: - ls -l
Any ticket created for this request?
Just found it https://jira.atlassian.com/browse/BCLOUD-16650
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
Yet there is absolutely no documentation about it.
Yeah hopefully the doc's already in the works and will come out soon.
It looks like you're new here. Sign in or register to get started.