From 1754b0b79b477e014eca0d9c86a162274348853e Mon Sep 17 00:00:00 2001 From: Srinath Date: Sun, 6 Jun 2021 22:47:48 +0530 Subject: [PATCH] user --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 08b4a47d0..69dfe7e75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ node { } stage('SonarQube analysis') { // performing sonarqube analysis with "withSonarQubeENV()" - withSonarQubeEnv('sonar-test') { + withSonarQubeEnv('mytest') { // requires SonarQube Scanner for Maven 3.2+ sh 'mvn org.sonarsource.scanner.maven:sonar-maven-plugin:3.2:sonar' }