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

commit 670fc3241a4120c9f15ab41ff39cdfe114b4d200
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu Jun 29 13:50:07 2023 +0200

    (chores) ci: fixed building Camel on s390x
---
 Jenkinsfile.s390x | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 2b95cea5193..c82bb716937 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -67,8 +67,7 @@ pipeline {
                 branch 'main'
             }
             steps {
-                // Skip modules camel-kudu and docs as these are not supported 
on s390x.
-                sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip 
-Dmaven.test.skip.exec=true clean install"
+                ./mvnw -U $MAVEN_PARAMS -Dquickly clean install
             }
         }
 

Reply via email to