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 +}