use default branch as main branch for jenkins and sonarqube

This commit is contained in:
Sebastian Sdorra
2019-11-28 10:46:19 +01:00
parent 312fb9bb05
commit ea2f27b876

2
Jenkinsfile vendored
View File

@@ -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