mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-06 23:52:12 +01:00
use default branch as main branch for jenkins and sonarqube
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user