This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch camel-spring-boot-4.0.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.0.x by
this push:
new ab10846e92f Add the branch 4.0 to the Camel Daily Snapshot Deploy job
ab10846e92f is described below
commit ab10846e92fc02ff8c35d050afa37c8bd5b19db6
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu Sep 14 08:58:01 2023 +0200
Add the branch 4.0 to the Camel Daily Snapshot Deploy job
---
Jenkinsfile.sb.deploy | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index f65ae10f7e8..b5ab518428c 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.deploy
@@ -56,6 +56,7 @@ pipeline {
when {
anyOf {
branch 'main'
+ branch 'camel-spring-boot-4.0.x'
branch 'camel-spring-boot-3.x'
branch 'camel-spring-boot-3.21.x'
branch 'camel-spring-boot-3.20.x'