Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Concurrent Builds are running

Tapas Kumar September 3, 2019

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.

1 answer

0 votes
mkleint
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 9, 2019

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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events