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
commit 9d8aa73b21e2e821079c7a4fccdf6ba56bb8033e 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" }
