diff --git a/Jenkinsfile b/Jenkinsfile index a2a78195f..9ef88a147 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ node { } stage('SonarQube analysis') { // performing sonarqube analysis with "withSonarQubeENV()" - withSonarQubeEnv('SONAR-6.7.4') { + withSonarQubeEnv('sonar-test') { // requires SonarQube Scanner for Maven 3.2+ sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar' }