I have a problem with using paralle step. Namely this syntax does not work:
- parallel:
- step:
name: Deploy
deployment: Staging
caches:
- docker
script:
- ./deployment/bitbucket-pipeline-init.sh
- make target1
pipeline validator returns:
The deployment environment 'Staging' in your bitbucket-pipelines.yml file is invalid. Please refer to our documentation for valid environments and their ordering.
How can I define the deployment environment for the step beining processed parallel ?
Deployment steps are now supported in parallel steps (as of 6/10/19)! Yay!
https://bitbucket.org/site/master/issues/18754/support-parallel-deployments
It is still not https://jira.atlassian.com/browse/BCLOUD-16650
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jakub Krajniak,
deployment steps are currently not supported to be part of parallel steps.
It might be worth to raise a feature request for this, so we can look into it: https://bitbucket.org/site/master/issues
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.