diff --git a/Jenkinsfile.old b/Jenkinsfile.old index 518c77c27..3fb1c7eb6 100644 --- a/Jenkinsfile.old +++ b/Jenkinsfile.old @@ -34,7 +34,7 @@ pipeline { stage ('SAST') { steps { - withSonarQubeEnv('sonar') { + withSonarQubeEnv('sq1') { sh 'mvn sonar:sonar' sh 'cat target/sonar/report-task.txt' }