Hi all,
I know how to lock a plan to run on only one agent so it will never run in parallel.
However, I prefer to let my plan run on multiple agents but not in parallel. Wondering if there is a way to do this?
Thanks
Hi @kiarashz
I suppose the configuration Admin >> Overview >> Concurrent builds is set to a value bigger than 1 in your Bamboo instance, therefore, allowing the same plan to start in multiple agents.
If you don't want this setting in your instance you can disable it.
If you want this for some of your plans and not for others you will need to override this option in those plans that you don't want to run in multiple agents at same time.
This configuration is in the miscellaneous tab of your plan configuration. You need to check the option Override default number of concurrent builds and set it to 1 in your plan.
Let me know if this really what you were looking for.
Thanks @Daniel Santos , this solved my problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm glad we could help =]
Have a good one!
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.