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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 7c6ca0b65a7 Remove EOL branches from CI deploy 7c6ca0b65a7 is described below commit 7c6ca0b65a7eeed6fc3689c45c01e7f031cded5f Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Feb 2 07:59:11 2024 +0100 Remove EOL branches from CI deploy --- Jenkinsfile.sb.deploy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile.sb.deploy b/Jenkinsfile.sb.deploy index 0b204bdc6cd..a763d001677 100644 --- a/Jenkinsfile.sb.deploy +++ b/Jenkinsfile.sb.deploy @@ -57,10 +57,8 @@ pipeline { anyOf { branch 'main' branch 'camel-spring-boot-4.0.x' - branch 'camel-spring-boot-3.x' branch 'camel-spring-boot-3.21.x' - branch 'camel-spring-boot-3.20.x' - branch 'camel-spring-boot-3.14.x' + branch 'camel-spring-boot-3.22.x' } } steps {