Mark 'develop' as integration branch

This commit is contained in:
René Pfeuffer
2020-05-12 13:05:30 +02:00
parent 567bd26687
commit d1c6a33c67

2
Jenkinsfile vendored
View File

@@ -81,7 +81,7 @@ node('docker') {
)
stage('SonarQube') {
def sonarQube = new SonarCloud(this, [sonarQubeEnv: 'sonarcloud.io-scm', sonarOrganization: 'scm-manager'])
def sonarQube = new SonarCloud(this, [sonarQubeEnv: 'sonarcloud.io-scm', sonarOrganization: 'scm-manager', integrationBranch: 'develop'])
sonarQube.analyzeWith(mvn)
if (!waitForQualityGateWebhookToBeCalled()) {