This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit fde82c6377123de4a291c351576952f4f52dc975 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Apr 14 12:00:37 2023 +0200 Let's deploy also 3.x and 3.20.x Signed-off-by: Andrea Cosentino <[email protected]> --- Jenkinsfile.deploy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy index 7bcba968d10..18ca2c4e456 100644 --- a/Jenkinsfile.deploy +++ b/Jenkinsfile.deploy @@ -62,6 +62,8 @@ pipeline { when { anyOf { branch 'main' + branch 'camel-3.x' + branch 'camel-3.20.x' branch 'camel-3.18.x' branch 'camel-3.14.x' }
