From 57704bc14bfcbc9f968318e1a80a4b47cd6700c0 Mon Sep 17 00:00:00 2001 From: ametgud4u <64977602+ametgud4u@users.noreply.github.com> Date: Thu, 28 May 2020 00:01:57 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 71bba2a54..ee5113b7e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ node('jfrognew'){ } stage('Sonar') { - withSonarQubeEnv('SONAR-7.1') { + withSonarQubeEnv('SONAR') { sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.6.0.1398:sonar' } }