This is an automated email from the ASF dual-hosted git repository. acosentino 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 823e167 Skip deploy stage for the moment with JDK11 Pipeline 823e167 is described below commit 823e167061bbd6884aca11ff4fd8f0379bcdd2de Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 17 11:14:19 2019 +0200 Skip deploy stage for the moment with JDK11 Pipeline --- Jenkinsfile.jdk11 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11 index d132ff2..df8d867 100644 --- a/Jenkinsfile.jdk11 +++ b/Jenkinsfile.jdk11 @@ -46,7 +46,7 @@ pipeline { branch 'master' } steps { - sh "./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.test.skip.exec=true clean deploy" + sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install" } }