- SonarQube Community Edition v7.9.1 build(27448)
- SonarQube Scanner for jenkins v2.12
- Sonar Quality Gates Plugin v1.3.1
Hi, I’m running into an issue with our Monorepo setup. I’m able to generate the Jacoco Reports & .exec file for each subproject. In our root settings.gradle.kts file I made a JacocoMergeReport task to consolidate all the execuation data file from each subproject and I do see it in the root dirctory ~/build/jacoco/text.exec.
Our project is built using Jenkins pipeline. After configuring the plugin by checking Enable injection of SonarQube server pointing to our server url. It’s not picking up the changes.