In Bamboo 6.7 there is a Build Warnings Parser task which we have hooked up using the Maven parser. This appears to work in that on completion of the build, the summary tab now shows a summary of our test results and a similar summary for build warnings.
However, the values in the test results summary (eg "1 Quarantined / skipped") is also a link to a detail page but the information in the warnings summary (eg "2 Medium Severity") is not. So how do we get to the detail about:
Any help much appreciated.
Hi,
If you use Bibucket Server together with Bamboo, Bamboo creates annotations to the code in Bitbucket Server.
Alternatively, Build Warnings Parser creates an artifact (to be found in the artifacts tab) with all the warnings information saved as a JSON file.
The logic behind severity depends on the actual parser used, it's basically up to the parser creator to decide.
Hi Marcin_Gardias,
I'm experiencing the same issue as Philip Stephenson - I'm trying to find out what the details of the build warnings are.
Could you please elaborate what I would see where in Bitbucket? Currently, I see the build warnings listed as an integration (Quality Report) on the page of the PR, but also only with their count - and a link back to Bamboo.
Thanks!
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.