You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/03/06 05:56:07 UTC

[maven-surefire] branch ci-reporting updated: really weird

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,