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 00f83d498a8 (chores) ci: do run Build and Install stage for LTS 
branches
00f83d498a8 is described below

commit 00f83d498a8538636fc42ffa9b4495f0488dd0f0
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jul 28 11:39:12 2022 +0200

    (chores) ci: do run Build and Install stage for LTS branches
---
 Jenkinsfile       | 3 ---
 Jenkinsfile.jdk17 | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 02050e8435c..128686f1556 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,9 +59,6 @@ pipeline {
         }
 
         stage('Build & Install') {
-            when {
-                branch 'main'
-            }
             steps {
                 sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean 
install"
             }
diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index dd2a02db309..68d580c7f0f 100644
--- a/Jenkinsfile.jdk17
+++ b/Jenkinsfile.jdk17
@@ -59,9 +59,6 @@ pipeline {
         }
 
         stage('Build & Install') {
-            when {
-                branch 'main'
-            }
             steps {
                 sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip 
-Dmaven.test.skip.exec=true clean install"
             }

Reply via email to