Bluemix devops insight: Integration with sonarQube

189 Views Asked by At

I have started using Bluemix devops insights service available as part of Bluemix toolchain. I am not able to see any documentation on integration of SonarQube with the tool. The one available in the service is a bit misleading as it only talks about UT, code cov. & FVT but not on how to publish SonarQube static code analysis reports to Devops insight, can someone pl. help?

1

There are 1 best solutions below

0
On

Check the documentation pages on Publishing Test Results. If you're using DevOps Pipelines, go into the scripts for your builds, and integrate in the idra command as shown in the example. Also spend some time reading that npm package, which goes over how to do this within a Continuous delivery pipeline, or from the CLI.