You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.