From b1170735a22ec74b22a55370f8039a40fc97a97b Mon Sep 17 00:00:00 2001 From: bdino2005 <106507472+bdino2005@users.noreply.github.com> Date: Mon, 12 Dec 2022 12:59:34 -0600 Subject: [PATCH] Update Jenkinsfile-1 --- Jenkinsfile-1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-1 b/Jenkinsfile-1 index 4edf935f..7e0dcfb9 100644 --- a/Jenkinsfile-1 +++ b/Jenkinsfile-1 @@ -6,10 +6,10 @@ pipeline { stages { stage('Scan') { steps { - withSonarQubeEnv(installationName: 'sq1') { + withSonarQubeEnv(installationName: 'sonar') { sh './mvnw clean org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.0.2155:sonar' } } } } -} \ No newline at end of file +}