I want to turn off deployment concurrency control (the pipeline pause) for our developer branches.
I am a company
I want my developer's individual commits to build simultaneously on multiple self-hosted runners
So that there is no resource contention when I employ more than one developer
Hi Christopher,
If your developers are working on individual developer branches the pipelines would continue to build separately/concurrently.
However, if they are committing to a common `development` branch, then the concurrent builds are paused. The support page doesn't mentioned any setting to disable this. This is probably done to prevent multiple deployments to the same environment, so it's more of a safeguard against race conditions.
We were using deployment: Development in order to substitute environment variables so the build would correctly substitute these values in artifacts. Doing some yaml-foo and removing the deployment from the build step and adding it to the step for develop only allowed us to do multiple simultaneous builds. Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.