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

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


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

commit afa497937c7062ec428ef39bfb255fcdaa42ffdc
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 52725ae346f..b0846104314 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