Remove Sonar as it doesn't work with J8

This commit is contained in:
raoulvdberge
2021-06-12 17:15:37 +02:00
parent b91e2abded
commit 0888cae8c9

5
Jenkinsfile vendored
View File

@@ -22,9 +22,4 @@ node {
stage('Publish artifacts') {
sh "./gradlew publish"
}
stage('SonarQube analysis') {
withCredentials([string(credentialsId: 'SONAR_TOKEN', variable: 'SONAR_TOKEN')]) {
sh "./gradlew sonarqube -Dsonar.login=$SONAR_TOKEN"
}
}
}