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