1
0

remove sonar quality analysis

This commit is contained in:
Michael Hoennig
2019-04-01 17:45:09 +02:00
parent e7bd19bc47
commit 53a3cb2844
2 changed files with 0 additions and 8 deletions

6
Jenkinsfile vendored
View File

@ -43,11 +43,5 @@ node {
sh "./gradlew bootWar -x test -Pprod -PnodeInstall --no-daemon"
archiveArtifacts artifacts: '**/build/libs/*.war', fingerprint: true
}
stage('quality analysis') {
withSonarQubeEnv('sonar') {
sh "./gradlew sonarqube --no-daemon"
}
}
}
}