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

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


The following commit(s) were added to refs/heads/camel-4.4.x by this push:
     new 9c153eddf78 chore(build): Fix branch list in Jenkinsfile.deploy
9c153eddf78 is described below

commit 9c153eddf788a17f98531b3a39b417b6ab03b602
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Wed Oct 30 12:47:14 2024 +0100

    chore(build): Fix branch list in Jenkinsfile.deploy
---
 Jenkinsfile.deploy | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 5dca98bce1c..ffad09e6901 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -59,9 +59,7 @@ pipeline {
             when {
                 anyOf {
                     branch 'main'
-                    branch 'camel-4.0.x'
-                    branch 'camel-3.21.x'
-                    branch 'camel-3.22.x'
+                    branch 'camel-4.4.x'
                 }
             }
             steps {

Reply via email to