Remove Sonar as it doesn't work with J8
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -22,9 +22,4 @@ node {
|
|||||||
stage('Publish artifacts') {
|
stage('Publish artifacts') {
|
||||||
sh "./gradlew publish"
|
sh "./gradlew publish"
|
||||||
}
|
}
|
||||||
stage('SonarQube analysis') {
|
|
||||||
withCredentials([string(credentialsId: 'SONAR_TOKEN', variable: 'SONAR_TOKEN')]) {
|
|
||||||
sh "./gradlew sonarqube -Dsonar.login=$SONAR_TOKEN"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user