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

sruehl pushed a commit to branch feature/Jenkinsfile_update
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/feature/Jenkinsfile_update by 
this push:
     new 068a04b  only break build on master branch on test failure
068a04b is described below

commit 068a04b27617ac100dc1ba5e9ca2af992da11119
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Thu Feb 22 12:47:17 2018 +0100

    only break build on master branch on test failure
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5dcd91c..31b6d7a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,7 +61,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
-                sh "${MVN_HOME}/bin/mvn -Pjenkins-build 
-Dmaven.repo.local=.repository clean install"
+                sh "${MVN_HOME}/bin/mvn -Pjenkins-build 
-Dmaven.test.failure.ignore=true -Dmaven.repo.local=.repository clean install"
             }
             post {
                 always {

-- 
To stop receiving notification emails like this one, please contact
sru...@apache.org.

Reply via email to