This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch camel-4.8.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.8.x by this push:
new 738ce9b29fe chore(build): Fix branch list in Jenkinsfile.deploy
738ce9b29fe is described below
commit 738ce9b29fed19dd765594ad56055cd7f5e3d7df
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Oct 30 12:47:41 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..3a4c318520a 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.8.x'
}
}
steps {