This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 0013be0b077 Update CI deploy
0013be0b077 is described below
commit 0013be0b07740bf77a89dd0955b253680b95b0b4
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Oct 18 08:14:52 2024 +0200
Update CI deploy
---
Jenkinsfile.deploy | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 5dca98bce1c..0a7d7ad8e12 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -59,9 +59,8 @@ pipeline {
when {
anyOf {
branch 'main'
- branch 'camel-4.0.x'
- branch 'camel-3.21.x'
- branch 'camel-3.22.x'
+ branch 'camel-4.8.x'
+ branch 'camel-4.4.x'
}
}
steps {