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 e21294a Run the maven commands with sh -x for debugging reason
e21294a is described below
commit e21294a8aec3abf06598f9f78ffff5a9ce1b8327
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jul 18 12:28:30 2019 +0200
Run the maven commands with sh -x for debugging reason
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9f68cef..ea4b386 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 "sh -x ./mvnw $MAVEN_PARAMS -Pdeploy
-Dmaven.test.skip.exec=true clean deploy"
}
}