mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
Remove execution of integrationTests in the sonarqube stage
This commit is contained in:
committed by
René Pfeuffer
parent
75ba7459c0
commit
d1575b8b8d
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user