This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch camel-spring-boot-4.8.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.8.x by this push: new f0227c4f381 chore(build): Fix branch list in Jenkinsfile.deploy f0227c4f381 is described below commit f0227c4f3815018f20103612eed5a9f995fdd32d Author: Nicolas Filotto <essob...@users.noreply.github.com> AuthorDate: Wed Oct 30 17:46:18 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..5530a2f6f58 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.8.x' } } steps {