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

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new d143c30e6f3 Add the branch 4.0 to the Camel Daily Snapshot Deploy job
d143c30e6f3 is described below

commit d143c30e6f39a41efa1f0aa7a06772c98841b583
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu Sep 14 09:00:04 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'

Reply via email to