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 211f112ab1f (chores) ci: fix scaping for s390x build
211f112ab1f is described below
commit 211f112ab1fa320609cd314918f84fe00961a752
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue May 31 09:15:40 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 6a20f054c2b..f98428d767a 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -64,7 +64,7 @@ pipeline {
}
steps {
// Remove camel-kudu and docs as these are not supported on
s390x.
- sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean
deploy -pl '\!docs,\!components/camel-kudu'"
+ sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean
deploy -pl '!docs,!components/camel-kudu'"
}
}