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 2020/06/01 10:34:59 UTC

[maven] 12/29: test ignore failure to go to the end

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 <ol...@apache.org>
AuthorDate: Mon Jun 1 13:52:55 2020 +1000

    test ignore failure to go to the end
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 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"
         }
       }
     }