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:05:13 UTC

[camel] branch camel-3.21.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.21.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit c09c70c198c4041e7622b706d6404dc56b8bd54a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jul 30 09:05:04 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 349f68711a4..e4540d95878 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -63,8 +63,8 @@ pipeline {
                 anyOf {
                     branch 'main'
                     branch 'camel-3.x'
+                    branch 'camel-3.21.x'
                     branch 'camel-3.20.x'
-                    branch 'camel-3.18.x'
                     branch 'camel-3.14.x'
                 }
             }