This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a commit to branch camel-spring-boot-4.4.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-4.4.x by
this push:
new 8c4941f0886 chore(build): Fix branch list in Jenkinsfile.deploy
8c4941f0886 is described below
commit 8c4941f0886138ff38dcb9e582190ce046fa415e
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed Oct 30 17:46:42 2024 +0100
chore(build): Fix branch list in Jenkinsfile.deploy
---
Jenkinsfile.sb.deploy | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy
index a763d001677..2329eefe9fe 100644
--- a/Jenkinsfile.sb.deploy
+++ b/Jenkinsfile.sb.deploy
@@ -56,9 +56,7 @@ pipeline {
when {
anyOf {
branch 'main'
- branch 'camel-spring-boot-4.0.x'
- branch 'camel-spring-boot-3.21.x'
- branch 'camel-spring-boot-3.22.x'
+ branch 'camel-spring-boot-4.4.x'
}
}
steps {