diff --git a/Jenkinsfile b/Jenkinsfile index ed1c687b40f16a251c5fa4b766e95d67d24a0fd7..f54d785291638046c3d455aa091fc74e28cca0b1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline { stage('SonarQube analysis') { steps { - withSonarQubeEnv('SonarQube') { + withSonarQubeEnv('sonarscannerjava') { sh "./gradlew sonarqube" } }