How to silence worthless errors?

Must-share information (formatted with Markdown):

  • SonarQube 9.2.4-DE
  • what are you trying to achieve
    Build logs are being spammed by these:
17:49:46  Cobertura report not found at /home/jenkins-aws/workspace/Service-Console_dev-sonarfix/envconfig/target/site/cobertura/coverage.xml
  • what have you tried so far to achieve this
    We do NOT use Cobertura for coverage, rather we use jacoco, configured with:
sonarqube {
    properties {
.
.
        property "sonar.coverage.jacoco.xmlReportPaths", "${buildDir}/reports/jacoco/test/jacocoTestReport.xml"
    }
}

Hey there.

Sounds like you have galexandre/sonar-cobertura installed on your SonarQube instance. This is a community supported plugin – you should reach out to the maintainer if it’s being noisy.