Hi,
I am using Bamboo to build a PHP project. I need to show all the static code analysis reoprts in Bamboo. I did use clover for code coverage and reports are getting displayed successfully. All the other static code analysis reports(PHPDox, PHP code sniffer, PHP mess detector) are also getting generated in XML format. Is there any way to show all these reports in Bamboo just like code coverage?
You would have to have a plugin for showing those specific reports. Code coverage is shown via the Clover plugin. (there may be others). Otherwise you might look into a different tool like SonarQube.
The plugins look for the specific product xml file to display. As far as I know there is no generic plugin for showing "any" static analysis report.
Unfortunately it seems SonarQube is broken with the latest version of Bamboo. So no static analysis tool for the CI/CD server. Pretty much rules it out as an option in my opinion.
Shame, nice tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.