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 6be132f JenkinsFile: Removing debugging bits 6be132f is described below commit 6be132fc31f4b62d22f2bab4fd3178a7253a1053 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jul 18 12:37:27 2019 +0200 JenkinsFile: Removing debugging bits --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8902553..5b904a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { branch 'master' } steps { - sh "sh -x ./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.test.skip.exec=true clean deploy" + sh "./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.test.skip.exec=true clean deploy" } }