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 56f9b35  JenkinsFile add a bit more information while building
56f9b35 is described below

commit 56f9b3511b03129de3fc7ed74f31892652652306
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 12:23:57 2019 +0200

    JenkinsFile add a bit more information while building
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 7562de2..cb037ce 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,7 +50,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                sh "./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