From ea2f27b876dc0f037abe3a10b257f299ef2caf92 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 28 Nov 2019 10:46:19 +0100 Subject: [PATCH] use default branch as main branch for jenkins and sonarqube --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 36135cf4a4..6a9fa7e044 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ import com.cloudogu.ces.cesbuildlib.* node('docker') { // Change this as when we go back to default - necessary for proper SonarQube analysis - mainBranch = '2.0.0-m3' + mainBranch = 'default' properties([ // Keep only the last 10 build to preserve space