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
My build result is not getting Commits (code changes) and issues, resulting in my build result page displaying Commits tab and the issues tab empty.
I'd like to force Bamboo to fill that information, by either providing a file containing the code changes from the last build or calling the REST API to put the missing information in the build result.
Is there a way to accomplish that?
P.S.: I'm planning to generate the file containing the changes using
git log ${bamboo.planRepository.previousRevision}..${bamboo.planRepository.revision} --oneline
Hi!
Could you try to cache clean, check ownership and check logs?
Also, please, checkout this article https://confluence.atlassian.com/bamboo/linking-to-source-code-repositories-671089223.html
Looks like without logs it is so hard to understand
Cheers,
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.