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

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


The following commit(s) were added to refs/heads/master by this push:
     new f93f410  mark build as unstable on master and just skip stages after 
that then
f93f410 is described below

commit f93f4104a7631e7b469a6d9c0b4cf149ea3c953b
Author: Sebastian Rühl <sru...@apache.org>
AuthorDate: Thu Feb 22 13:20:24 2018 +0100

    mark build as unstable on master and just skip stages after that then
---
 Jenkinsfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a639d88..758c53e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,6 +34,11 @@ pipeline {
         jdk 'JDK 1.8 (latest)'
     }
 
+    options {
+        timeout(time: 1, unit: 'HOURS')
+        skipStagesAfterUnstable()
+    }
+
     stages {
         stage('Initialization') {
             steps {
@@ -79,7 +84,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
-                sh "mvn -Pjenkins-build clean deploy sonar:sonar site:site"
+                sh "mvn -Pjenkins-build -Dmaven.test.failure.ignore=true clean 
deploy sonar:sonar site:site"
             }
             post {
                 always {

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

Reply via email to