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 03:02:56 UTC

[maven-surefire] branch ci-reporting updated: syntax

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 7d27bd6  syntax
7d27bd6 is described below

commit 7d27bd632794722911652a87dfb62476fe15e23c
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Mar 6 13:02:44 2022 +1000

    syntax
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 94192b4..a028582 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,