I have a problem with the configuration of SonarQube. During the day the Jenkins server builds parts of my software but didn't start the JUnit tests. Every night starts the server a big build for all modules and starts the JUnit test for this.
I using the surefire plugin for the Maven jobs. Now I want that only the big build "sends coverage results" to SonarQube. Has anyone an idea to solve this problem? I found nothing like this on the internet.
My software versions: SonarQube 5.2 + Clover, Jenkins v1.629, Maven 3.0.4