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.
Hi Team,
How can I use Multiple repos to use in single build plan, So if I changed in one of the repo bamboo should trigged the build by taking changes from that repo only.
Hi @Akshay,
Welcome to the Community!
What you are asking for isn't 100% possible. Here is the best that I was able to come up with to work around that same issue.
I created individual build plans for each of the repositories I wanted to trigger a build when changes happen.
Then, I have a "master" build plan that is triggered upon successful build of any of those other builds and all it does is collect the artifacts from all of the build plans. That is the closest I've been able to get monitoring multiple repos but only build that which has changed.
I hope that helps!
-Jimmy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case I'd recommend build the plans with Bamboo's Java specs since you can have a programmatic way of building and updating the configuration.
Overview: https://confluence.atlassian.com/bamboo/bamboo-java-specs-941616821.html
Reference guide: https://docs.atlassian.com/bamboo-specs-docs/7.0.4/specs.html?java
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.