From d1c6a33c673efcbf93e34e63166a25acb448e58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 12 May 2020 13:05:30 +0200 Subject: [PATCH] Mark 'develop' as integration branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 49a1eca043..c6415c158c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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()) {