diff --git a/Jenkinsfile b/Jenkinsfile index 2c3271d..5cc66da 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Prepare SonarQube') { steps { - withSonarQubeEnv 'BF41A1F2-AXbeJg1gSMYOIOxzTbKL' + withSonarQubeEnv(installationName: 'sh \'sonar-scanner\'', credentialsId: 'sonarcubescanner') } }