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
Hi All,
I have two project plans in Bamboo (let’s call it project A and project B). So project B depends on project A, meaning that each time build of project A finishes successfully, I would like to automatically trigger build of project B. But, it’s a bit more complicated than that. Both project have nearly identical branch structure (dev branch for development, master branch holding last stable version and version branches for each release - versions are identical for both projects). Ouhh and I'm using GIT, but this does not change anything really.
Now, I would like to only trigger build of relevant branch, i.e.: If I run build of project A (branch dev), I would like to trigger build of project B (on branch dev, not any other!).
I see that bamboo has dependency plans management, but it looks like it’s lacking (or I don’t know how to use it properly).
I’ve configured dependency between project A and B (A is parent of B). Unfortunately it does not work correctly for me.
Each time I run build of A (on branch dev) it indeed triggers the build B, but on different branch (master -> which is default branch for the project B).
I looked through documentation here: https://confluence.atlassian.com/bamboo/using-plan-branches-289276872.html (Branch dependencies), and I think this should be possible (or I'm reading that wrong). Is there something that I'm missing.
Thanks in advance!
OK, I think that I've found something. Looks like behaviour is dependant on whatever branch is default one or not.
If you run plan build on specific branch (other than default one), bamboo will automatically trigger build of dependent project on the branch with the same name.
If you run plan build on default branch, bamboo will automatically trigger build of dependent project on the default branch also (no matter what’s the branch name)!
Can anyone confirm my findings?
Thanks!
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.