This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b2b0e31b9b3 (chores) ci: fix scaping for s390x build
b2b0e31b9b3 is described below
commit b2b0e31b9b3e9df316375965e397ffccc73bf9e0
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue May 31 09:16:36 2022 +0200
(chores) ci: fix scaping for s390x build
---
Jenkinsfile.s390x | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index f98428d767a..d622b26ea2f 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -77,7 +77,7 @@ pipeline {
stage('Test') {
steps {
// Remove camel-kudu and docs as these are not supported on
s390x.
- sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true
-Dcheckstyle.skip=true verify -pl \!docs,\!components/camel-kudu"
+ sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true
-Dcheckstyle.skip=true verify -pl '!docs,!components/camel-kudu'"
}
post {
always {