diff --git a/Jenkinsfile b/Jenkinsfile index ef6699abb..ede86b375 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { stage('SonarQube Analysis') { steps { - /* + ///* script { scannerHome = tool 'SonarQube_Scanner_3.0.3.778'; } @@ -23,8 +23,8 @@ pipeline { echo "${scannerHome}" sh "${scannerHome}/bin/sonar-scanner" } - */ - startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties" + //*/ + //startSonarQubeAnalysis "SonarQube_Scanner_3.0.3.778", "Staging", "${env.WORKSPACE}/sonar-project.properties" } }