This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new eceaa7c8502 (chores) ci: avoid skipping building LTS branches on s390x
eceaa7c8502 is described below

commit eceaa7c85025c31505f6fe8467e5548d95a03d4d
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Feb 1 10:15:08 2023 +0100

    (chores) ci: avoid skipping building LTS branches on s390x
---
 Jenkinsfile.s390x | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 157d834f808..9d8f37b1449 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -66,9 +66,6 @@ pipeline {
         }
 
         stage('Build & Install') {
-            when {
-                branch 'main'
-            }
             steps {
                 // Skip modules 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'"

Reply via email to