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 c26756b4d47ac6b5f68757c90182222bde280157
Author: olivier lamy <[email protected]>
AuthorDate: Mon Jun 1 13:52:55 2020 +1000

    test ignore failure to go to the end
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile.its | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index d9f8db7..298a671 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -27,7 +27,7 @@ pipeline {
                   maven: 'Maven 3.6.3',
                   publisherStrategy: 'EXPLICIT',
                   options: [junitPublisher(disabled: false)]){
-          sh "mvn test -Prun-its,embdedded -Dmaven.repo.local=./repo  
-DmavenDistro=${env.WORKSPACE}/apache-maven/target/apache-maven-bin.zip 
-DwrapperDistroDir=${env.WORKSPACE}/apache-maven/target 
-DmavenWrapper=${env.WORKSPACE}/maven-wrapper/target/maven-wrapper.jar"
+          sh "mvn clean test -Prun-its,embdedded 
-Dmaven.test.failure.ignore=true -Dmaven.repo.local=./repo  
-DmavenDistro=${env.WORKSPACE}/apache-maven/target/apache-maven-bin.zip 
-DwrapperDistroDir=${env.WORKSPACE}/apache-maven/target 
-DmavenWrapper=${env.WORKSPACE}/maven-wrapper/target/maven-wrapper.jar"
         }
       }
     }

Reply via email to