diff --git a/jenkinsfile b/jenkinsfile index 32fd1ba..53d1831 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -32,8 +32,8 @@ pipeline { stage('SonarQube Analysis') { steps { script { - def scannerHome = tool(name: 'SQ'); - withSonarQubeEnv(installationName: 'SQ') { + def scannerHome = tool(name: 'SonarScanner'); + withSonarQubeEnv(installationName: 'SonarScanner') { sh "${scannerHome}/bin/sonar-scanner" } }