This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 0bc77aa248a52a84e2ddb1a7a569af96c4cfb3ad
Author: olivier lamy <[email protected]>
AuthorDate: Mon Jun 1 13:01:14 2020 +1000

    fix parameter
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile.its | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 5e4646f..16ed152 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -23,7 +23,10 @@ pipeline {
 //        unstash name: 'wrapperDistroDir'
 //        unstash name: 'mavenWrapper'
         sh "ls -lrt"
-        withMaven(jdk: 'JDK 1.8 (latest)', maven: 'Maven 
3.6.3',publisherStrategy: [junitPublisher(disabled: false)]){
+        withMaven(jdk: 'JDK 1.8 (latest)',
+                  maven: 'Maven 3.6.3',
+                  publisherStrategy: 'EXPLICIT',
+                  options: [junitPublisher(disabled: false)]){
           sh "mvn test -Prun-its,embdedded -Dmaven.repo.local=./repo  
-DmavenDistro=apache-maven/target/apache-maven-bin.zip 
-DwrapperDistroDir=apache-maven/target 
-DmavenWrapper=maven-wrapper/target/maven-wrapper.jar"
         }
       }

Reply via email to