I have BitBucket Pipeline that runs Terraform,
so need to run builds sequentially - next build should wait for previous build to complete
How is it possible to set?
Hi Dmitriy,
Concurrency control is only possible for deployment steps at the moment:
For example, if a certain pipeline has three steps, and you have defined the last step as a deployment step to production environment, then that step will get paused if there is another pipeline running a deployment step to production.
I'm afraid that there is no concurrency control for non-deployment steps at the moment. We have a feature request here:
Does your pipeline have multiple steps and are you looking for concurrency control on specific steps?
Kind regards,
Theodora
thanks @Theodora Boudale it does work - next pipeline run is put to Paused state
is it possible for next run to Resume itself automatically when previous run is complete?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dmitriy,
Paused deployment steps need to be resumed manually, I'm afraid that there is no way to resume them automatically at the moment.
We have a feature request for automatic resuming of paused deployment steps that you can vote for here:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dmitriy,
for simplified concurrency management please have a look at https://www.websemaphore.com (there is a 1-minute video available). If you have any questions just ping me.
Best regards,
Igor
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.