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 0b0414b2fdf (chores) ci: fix scaping for s390x build
0b0414b2fdf is described below
commit 0b0414b2fdf16b9e40ef0d59d18985faf343a068
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue May 31 09:14:05 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 eaf86911882..eb97d940c2f 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\""
}
}