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