https://confluence.atlassian.com/bitbucket/deployment-concurrency-control-946606813.html
In the above doc it is mentioned that, Pipelines will automatically check if there is a deployment in progress before starting a new one to the same environment. If there is already a deployment in progress, later pipelines deploying to the same environment will be paused.
Its not working. In my case concurrent builds are running. How to set Concurrency to 1. Only one build should be running at a time. Kindly reply soon as it is causing issues on Production.
is your pipeline step that is running in paralel associated with a deployment?
- step:
name: Deploy to PROD-WEST
deployment: production
The concurrency only works for deployment steps not regular pipeline steps.
Also are the build running concurrently running off the same git branch or multiple ones?
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.