This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.14.x by this push:
new 6a9e6422a46 (chores) ci: fix up the JDK based builds on Apache CI
6a9e6422a46 is described below
commit 6a9e6422a467c8e0434d692ad8d0bf8ecf1f7b02
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jul 28 12:07:37 2022 +0200
(chores) ci: fix up the JDK based builds on Apache CI
---
Jenkinsfile | 3 ---
Jenkinsfile.jdk11 | 3 ---
Jenkinsfile.jdk17 | 3 ---
3 files changed, 9 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 63b68ed9a9d..61bd1293ec2 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -59,9 +59,6 @@ pipeline {
}
stage('Build & Deploy') {
- when {
- branch 'main'
- }
steps {
sh "./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.test.skip.exec=true
clean install"
}
diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index c9af873c7ac..314f5559c4e 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -59,9 +59,6 @@ pipeline {
}
stage('Build & Deploy') {
- when {
- branch 'main'
- }
steps {
sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean
install"
}
diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17
index 05a1b2b2d45..e618c4e5564 100644
--- a/Jenkinsfile.jdk17
+++ b/Jenkinsfile.jdk17
@@ -59,9 +59,6 @@ pipeline {
}
stage('Build & Deploy') {
- when {
- branch 'main'
- }
steps {
sh "./mvnw $MAVEN_PARAMS -Darchetype.test.skip
-Dmaven.test.skip.exec=true clean install"
}