This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch ci-reporting in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/ci-reporting by this push: new 01cd4fe really weird 01cd4fe is described below commit 01cd4fee3903bcd8b6e8b3a5c492c6386a3f967d Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sun Mar 6 15:55:53 2022 +1000 really weird Signed-off-by: Olivier Lamy <ol...@apache.org> --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a028582..f68e688 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -197,10 +197,10 @@ def buildProcess(String stageKey, String jdkName, String mvnName, goals, options // exclusionPattern: "surefire-its/target/**, maven-failsafe-plugin/target/it/**", // sourceExclusionPattern: "" - jacoco changeBuildStatus: false, + jacoco ( changeBuildStatus: false, execPattern: '**/target/jacoco*.exec', sourcePattern: sourcesPatternCsv(), - classPattern: classPatternCsv() + classPattern: classPatternCsv() ) junit(healthScaleFactor: 0.0, allowEmptyResults: true,