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

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


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

commit 60a783fdc29d274ae1aeb8f5203d262cac5cd1f3
Author: Nicolas Filotto <essob...@users.noreply.github.com>
AuthorDate: Wed Oct 30 12:45:07 2024 +0100

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

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

Reply via email to