I have a custom pipeline for each of my applications. They are structured in a way which they do not affect each other. I have four different deployment environments (dev, qa, etc). There are deployment variables which differ between each environment. In trying to see if there's a way to deploy different pipelines to the same environment at the same time.
App A - Deploy to QA
App B - Deploy to QA
https://support.atlassian.com/bitbucket-cloud/docs/deployment-concurrency-control/
I've read that, but it seems reasonable to allow concurrent deployments to the same environment. Assuming those concurrent deployments are for different pipelines/applications. I'd be ok with going down an alternative path if there is one. It takes too long to deploy our apps one after the other.
Additional Details: I'm using windows runners. I have multiple runners on my build machine.
Hi Justin,
I'm afraid that there is no config to allow concurrent deployments to the same environment. I can create a feature request for our development team to consider, please feel free to let me know if you'd like me to do that.
You could work around this issue in one of the following two ways:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.