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.