Hello, I have 2 plans, one parent of the other. The first one runs in less than 20 minutes, while the second one takes almost 5hrs to run in a dedicated agent.
Now imagine the following situation: First plan runs and triggers the build on the second plan. Now while the second plan is still running, the first plan starts again. Now when it finishes, as the second plan is still running from the first build it never builds again, loosing that second build at all.
Is there a way I can make the plan queue up so that when it finishes and there is a build pending, it kicks again?
Thank you.
Running Bamboo version: 5.14.3.1 build 51416 - 05 Dec 16
What if you configure concurrent builds for second plan, set for example 3 concurrent builds. Then when first plan completes it will add second plan to a queue
This builds can't be concurrent, as they run on a single agent, and at that time the agent is busy with the first run of the build on the second plan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Concurrent build means Bamboo will not prevent to run this build when it's already running. If plan can be executed at single agent then Bamboo will hold build in queue
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.