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

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new f88c40c  CAMEL-11930: don't run integration tests in CI
f88c40c is described below

commit f88c40cf61aee99c7c9acdd6b0197c13a433f121
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Thu Mar 1 10:00:03 2018 +0100

    CAMEL-11930: don't run integration tests in CI
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c4bf11f..70e9921 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -57,7 +57,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Pintegration -Dnoassembly 
-Dmaven.test.failure.ignore=true test"
+                sh "./mvnw $MAVEN_PARAMS -Dnoassembly 
-Dmaven.test.failure.ignore=true test"
             }
             post {
                 always {

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

Reply via email to