diff --git a/Jenkinsfile b/Jenkinsfile index a79af3b..b809bb6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,7 @@ node { stage('SCM') { checkout scm } + stage('SonarQube Analysis') { def scannerHome = tool 'Lehtto Sonar'; withSonarQubeEnv() {