From 46bcaa4eff119a763983abe6929afac03f1186cf Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 16 Oct 2020 11:46:25 +0200 Subject: [PATCH] Set support/2.6.x as development and main branch in order to release 2.6.3 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c6dc70b8d7..aab2c87ea3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,8 +7,8 @@ import com.cloudogu.ces.cesbuildlib.* node('docker') { - developmentBranch = 'develop' - mainBranch = 'master' + developmentBranch = 'support/2.6.x' + mainBranch = 'support/2.6.x' properties([ // Keep only the last 10 build to preserve space