Fix SonarQube scan
All checks were successful
zdm/event-bus/pipeline/head This commit looks good

This commit is contained in:
2022-01-09 11:49:10 +01:00
parent a8810c497f
commit c5607d12ae
3 changed files with 7 additions and 10 deletions

2
Jenkinsfile vendored
View File

@ -28,7 +28,7 @@ pipeline {
}
steps {
withSonarQubeEnv('KSKE SonarQube') {
sh "$SONAR_MAVEN_GOAL"
sh 'mvn sonar:sonar'
}
}
}