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 2023/05/04 15:38:01 UTC

[camel] branch camel-3.x updated: Add 3.20.x/Camel 3.x branch for deploy as well.

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

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 46938040fd7 Add 3.20.x/Camel 3.x branch for deploy as well.
46938040fd7 is described below

commit 46938040fd70161744fe27a4b8db31fc345ab8b0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu May 4 17:37:49 2023 +0200

    Add 3.20.x/Camel 3.x branch for deploy as well.
---
 Jenkinsfile.deploy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index b4d6e3a24da..349f68711a4 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -62,6 +62,8 @@ pipeline {
             when {
                 anyOf {
                     branch 'main'
+                    branch 'camel-3.x'
+                    branch 'camel-3.20.x'
                     branch 'camel-3.18.x'
                     branch 'camel-3.14.x'
                 }