Reputation: 45
We are currently using GitLab and QuickBuild for our Android Projects. I have to integrate Sonarqube to have a pre check before every build. I'm not able to get much information for quickbuild as most of the documentation is for Jenkins.
I can see that we can create steps in quickbuild and I would have to add one more step for sonar check and execute the sonar command. But still I'm not very sure what is the best practice?
Where to add the sonar configuration files?
Any good documentation available?
Upvotes: 0
Views: 374
Reputation: 35805
We chose to do the SonarQube check inside the Maven build (that runs on Quickbuild). A Maven plugin is available. If you use Gradle, this might do as well.
Upvotes: 0
Reputation: 1508
Upvotes: 1