Closed sadovnikov closed 8 years ago
Failing to get GitHub plugin working. Posted question in https://groups.google.com/forum/#!topic/sonarqube/dx8UIkcz55c
./gradlew clean jacocoTestReport sonarqube -Dsonar.analysis.mode=preview -Dsonar.github.oauth=<MY OTH TOKEN> -Dsonar.github.repository=ContainerSolutions/minimesos -Dsonar.github.pullRequest=387
is the command, which needs to be executed from Travis CI
See http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Gradle and https://discuss.gradle.org/t/important-changes-to-gradle-sonarqube-support/10252
We use
Sonar Runner
, therefore http://docs.sonarqube.org/display/PLUG/GitHub+Plugin does not work for us