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
Bamboo 7.0.4, Bitbucket Server 6.9
We have Bamboo plan branches setup with Branch merging enabled and push on success. Everything is working as expected except warnings generated by merge builds are not being reported in Bitbucket pull requests.
This issue prevents us from properly addressing warnings prior to merge if the last update was an auto merge.
I used the Bitbucket API Browser to check for a report at the merge commit id and it looks empty.
{
"size": 0,
"limit": 25,
"isLastPage": true,
"values": [],
"start": 0
}