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/07/30 07:06:05 UTC

[camel] branch camel-3.20.x updated: Update CI branches to build

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

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


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 365d7e59bd4 Update CI branches to build
365d7e59bd4 is described below

commit 365d7e59bd42e90d92070afa4bde69103c964e18
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jul 30 09:05:57 2023 +0200

    Update CI branches to build
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index fbbd04a4ad2..991cb08e956 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -62,8 +62,8 @@ pipeline {
             when {
                 anyOf {
                     branch 'main'
+                    branch 'camel-3.21.x'
                     branch 'camel-3.20.x'
-                    branch 'camel-3.18.x'
                     branch 'camel-3.14.x'
                 }
             }