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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Appears that this work has just been completed after a long wait. Currently this feature is being rolled out. It's very exciting!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yet there is absolutely no documentation about it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah hopefully the doc's already in the works and will come out soon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.