From 336e624355ab1c45c1765c40a7572e253e3ad666 Mon Sep 17 00:00:00 2001 From: Srinath Date: Sun, 6 Jun 2021 14:48:07 +0530 Subject: [PATCH] sonarqube-test --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a2a78195f..9ef88a147 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ node { } stage('SonarQube analysis') { // performing sonarqube analysis with "withSonarQubeENV()" - withSonarQubeEnv('SONAR-6.7.4') { + withSonarQubeEnv('sonar-test') { // requires SonarQube Scanner for Maven 3.2+ sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar' }