Tibor17 commented on a change in pull request #480: URL: https://github.com/apache/maven-surefire/pull/480#discussion_r817111492
########## File path: Jenkinsfile ########## @@ -174,7 +174,7 @@ def buildProcess(String stageKey, String jdkName, String mvnName, goals, options try { if (makeReports) { jacoco(changeBuildStatus: false, - execPattern: '**/*.exec', + execPattern: '**/target/jacoco*.exec', Review comment: Why you change this line? It does not make any difference! Do we have any other tools which produce `exec` files? No, we don't! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org