I understand the purpose of not allowing concurrent builds when using Deployments, but in my case I am in need of the ability to run multiple pipeline builds for the same environment at a time. Is there any way to allow concurrent builds for a given Deployment or is there a known solution for how to work around this?
Thank you for any feedback!
The concurrency control disallows displaying to the same deployment already being deployed to by another build. You can't work around that, I think.
But, I think the mechanism is based on the "deployment name". If you could use two different names like "foo" and "bar" in your build, then it could be a solution...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.