Remove execution of integrationTests in the sonarqube stage

This commit is contained in:
Sebastian Sdorra
2021-01-13 15:46:34 +01:00
committed by René Pfeuffer
parent 75ba7459c0
commit d1575b8b8d

1
Jenkinsfile vendored
View File

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