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.
We're on Bamboo version 5.15.7 build 51521. I have a linked repository on Bitbucket Server that just contains some helper functions used by many builds. I don't want any builds to trigger based on changes to this linked repo. However, we've been unable to find any config that prevents dozens of builds from being triggered.
Shouldn't this setup prevent builds from being triggered on changes to this repo:
I've tried with .+ as well and only with the file pattern. Any suggestions?
Have tested this settings work fine in Bamboo 5.15.7.
Maybe your Build Plan is configured with Plan Repository (that have the same name) instead of Linked Repository.
Check if the repository can be edited at Plan Configuration > Repositories . If yes, it is not a Linked Repository. You will have to edit this Plan Repository in the Plan Level.
Thanks @Foong. These are definitely linked repositories in the plans. When I look at them, they are not editable from the build plan and have this at the top.
All of the changes come from merges to master from feature branches. We are on Bitbucket Server 4.14.4.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In Bamboo Build Result, is it showing merge commit in the Commits tab?
If yes, refer to this bug report https://jira.atlassian.com/browse/BAM-19892
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Foong - Yes, it is showing the merge commit in the Commits tab. I'll watch that bug for updates.
Thank you
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.