You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/29 05:48:26 UTC

(camel) branch main updated: Remove EOL branches from Jenkinsfile.deploy and add newest release branches

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

davsclaus 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 0354537fdde Remove EOL branches from Jenkinsfile.deploy and add newest release branches
0354537fdde is described below

commit 0354537fdde46f62e757ca9ad1ef5258767d5648
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jan 29 06:48:00 2024 +0100

    Remove EOL branches from Jenkinsfile.deploy and add newest release branches
---
 Jenkinsfile.deploy | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index c0c50fe587a..5dca98bce1c 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -60,10 +60,8 @@ pipeline {
                 anyOf {
                     branch 'main'
                     branch 'camel-4.0.x'
-                    branch 'camel-3.x'
                     branch 'camel-3.21.x'
-                    branch 'camel-3.20.x'
-                    branch 'camel-3.14.x'
+                    branch 'camel-3.22.x'
                 }
             }
             steps {