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 c231712  Fix Jenkinsfile
c231712 is described below

commit c2317121aad9011da7e975f962c4b375c21214be
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:26:36 2019 +0200

    Fix Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index cb037ce..9f68cef 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,7 +50,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                sh -x "./mvnw $MAVEN_PARAMS -Pdeploy 
-Dmaven.test.skip.exec=true clean deploy"
+                sh "-x ./mvnw $MAVEN_PARAMS -Pdeploy 
-Dmaven.test.skip.exec=true clean deploy"
             }
         }
 

Reply via email to