- versions used (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube 8.2, sonar-gradle plugin 2.7 - error observed (wrap logs/code around triple quote ``` for proper formatting)
10:07:36 Cobertura report not found at /home/jenkins/workspace/fedevicestreamprocessor/target/site/cobertura/coverage.xml
10:07:36 Property 'sonar.jacoco.reportPath' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin.
10:07:36 Property 'sonar.jacoco.reportPaths' is no longer supported. Use JaCoCo's xml report and sonar-jacoco plugin.
10:07:44
- steps to reproduce
build.gradle file actually contains:
sonarqube {
properties {
property "sonar.sources", "${project.projectDir}/src/main"
property "sonar.tests", "${project.projectDir}/src/test"
property "sonar.scm.disabled", "True"
property "sonar.java.coveragePlugin", "jacoco"
property "sonar.coverage.jacoco.xmlReportPaths", "${buildDir}/reports/jacoco/test/jacocoTestReport.xml"
}
}
- potential workaround
P.S.: use the #bug:fault sub-category if you’re hitting a specific crash/error , or the #bug:fp sub-category for rules-related behaviour