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.
I have two repos (r1 & r2) hooked into a bamboo plan, which has got two agents (a1 & a2) configured into it. configured the pipeline to trigger using remote trigger. So that when there is a commit on any repos configured, the pipeline gets triggerd. When there is a concurrent commit on each r1 and r2 with commit id (c1 & c2), bamboo results in building both the repos.
Both r1 and r2 are configured to same buildkey (bk1) via a webhook (/updateAndBuild.action?buildKey=bk1).
My requirement is bamboo to trigger two different builds concurrently when there is a concurrent commits on both r1 and r2.
Is there anyway to achieve this.