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 d142c9844a3 chore(build): Fix branch list in Jenkinsfile.deploy
d142c9844a3 is described below
commit d142c9844a3f9de3ac1db6105908c483a629929c
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Oct 30 12:50:29 2024 +0100
chore(build): Fix branch list in Jenkinsfile.deploy
---
Jenkinsfile.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 6df13a9ed03..bac432dc49b 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -62,7 +62,7 @@ pipeline {
when {
anyOf {
branch 'main'
- branch 'camel-3.12.x'
+ branch 'camel-3.22.x'
}
}
steps {