You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Rather than use child plans / dependencies - which will get unwieldy with the number of plans and git repos we have - I'd like each plan to declare its upward, parent dependencies.
The Plan object (and Deployment) allows you to pass in multiple triggers, which gave me hope! But I couldn't find a Trigger class for defining multiple, arbitrary parent-plan triggers.
Try Bamboo Specs to modify multiple plan dependencies
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Feature request https://jira.atlassian.com/browse/BAM-14981
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, we are using java specs for our plans. And really like it! But it only does downward child dependencies (and VCS dependencies.)
I would just suggest to the Bamboo Team that they add this parent-dependency capabilities. I think a lot of folks would find it useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. But this looks like another way to trigger child plans.
We are looking for a way for a plan to say, "run me after plans: a, b, c, x, y, z".
(The same way gradle and maven allow you to define dependencies for yourself. And then gradle/maven work out the build order for you using 'directed acyclic graphs'.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try this app Chain Build Tasks for Bamboo to use task to trigger another plan
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.