From d1575b8b8da498d224ce09d20c0c97204df83240 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 13 Jan 2021 15:46:34 +0100 Subject: [PATCH] Remove execution of integrationTests in the sonarqube stage --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2b8c8579c3..78d77537a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -72,7 +72,6 @@ pipeline { steps { sh 'git config --replace-all "remote.origin.fetch" "+refs/heads/*:refs/remotes/origin/*"' sh 'git fetch origin master' - sh "./gradlew integrationTest" script { withSonarQubeEnv('sonarcloud.io-scm') { String sonar = "sonarqube -Dsonar.organization=scm-manager -Dsonar.branch.name=${env.BRANCH_NAME}"