Bitbucket is getting a new navigation

We’re rolling out these changes, so the documentation may not match your experience in the Bitbucket Cloud app. Read about the new Bitbucket navigation

Concurrency control

Concurrently deploying multiple things to an environment causes problems. However, it can be hard to keep track of what is about to deploy, especially when you have several pipelines and complex workflows. This is where the Deployment concurrency control comes into play. 

By tracking your deployments using Bitbucket Deployments, 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 halted. 

Once an in-progress deployment is complete you can:

  1. Rerun the whole pipeline from the beginning.

  2. Resume the paused pipeline at the step it was halted.

Still need help?

The Atlassian Community is here for you.