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 90fd94b8ffd Add 3.20.x branch for deploy as well.
90fd94b8ffd is described below
commit 90fd94b8ffd8d99b7b8fbb34dacd1610f8ba70e6
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu May 4 17:36:42 2023 +0200
Add 3.20.x branch for deploy as well.
---
Jenkinsfile.deploy | 1 +
1 file changed, 1 insertion(+)
diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index b4d6e3a24da..fbbd04a4ad2 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -62,6 +62,7 @@ pipeline {
when {
anyOf {
branch 'main'
+ branch 'camel-3.20.x'
branch 'camel-3.18.x'
branch 'camel-3.14.x'
}