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 df8382f5ccf (chores) ci: disable building camel-djl on s390x
df8382f5ccf is described below

commit df8382f5ccfd1cd6dbb80cf9f32282936fc73e4e
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Fri Jun 3 13:05:16 2022 +0200

    (chores) ci: disable building camel-djl on s390x
---
 Jenkinsfile.s390x | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 9daf5845772..1a2b2f4a2a5 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 
install -pl '!docs,!components/camel-kudu'"
+                sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean 
install -pl '!docs,!components/camel-kudu,!components/camel-djl'"
             }
         }
 
@@ -77,7 +77,7 @@ pipeline {
         stage('Test') {
             steps {
                 // Remove camel-kudu and docs as these are not supported on 
s390x.
-                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true 
-Dcheckstyle.skip=true verify -pl '!docs,!components/camel-kudu'"
+                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true 
-Dcheckstyle.skip=true verify -pl 
'!docs,!components/camel-kudu,!components/camel-djl'"
             }
             post {
                 always {

Reply via email to