Hello, I want to set up simple thing:
I have Plan A and Plan B, both can be executed sepparetly. I want Plan C to run Plan A and B.
Real example:
I have plans"Build" and "Tests". "Build" can be executed alone, and new plan "Build&Test" should execute "Build" and "Test", in that order, because build should pass before execute tests.
How can I configure that in bamboo 4.2.1 ?,
thanks
Tried but dot work. Bamboo ask for a task in parent Plan, of no task no plan execution, my parent Plan is empty, only launch child plans.
Also I dont see where to configure child order.
If you want your child plans execute synchronously in a certain order, why don't you create dependencies in that order? A > B > C and so on? You will not need a dummy parent in that case!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can set up plan dependencies. See https://confluence.atlassian.com/display/BAMBOO042/Setting+up+plan+build+dependencies
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.