diff --git a/Jenkinsfile b/Jenkinsfile index 04500a6..d5ba264 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,8 +21,8 @@ pipeline { stage('Prepare SonarQube') { steps { - withSonarQubeEnv(installationName: 'sonarcubescanner', envOnly: true) { - sh 'sh \'sonar-scanner\'' + withSonarQubeEnv('sonarcubescanner') { + sh 'sonar-scanner' } }