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 b0401376f60 (chores) ci: fix scaping for s390x build
b0401376f60 is described below
commit b0401376f6063ca4b40666f1acad793199fad8d4
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue May 31 09:15:11 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 eb97d940c2f..6a20f054c2b 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'"
}
}