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 a15353e553b fixup! (chores) ci: fixed building Camel on s390x
a15353e553b is described below
commit a15353e553bb6194bfdd7f2433ee19c8f2113ebd
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 29 16:05:39 2023 +0200
fixup! (chores) ci: fixed building Camel on s390x
---
Jenkinsfile.s390x | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index c82bb716937..a505ae8e571 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -67,7 +67,7 @@ pipeline {
branch 'main'
}
steps {
- ./mvnw -U $MAVEN_PARAMS -Dquickly clean install
+ sh "./mvnw -U $MAVEN_PARAMS -Dquickly clean install"
}
}