From 475484ccb4db03da8b704f9c24555e6c1dd84eeb Mon Sep 17 00:00:00 2001 From: ashirali12 <114212324+ashirali12@users.noreply.github.com> Date: Mon, 26 Sep 2022 11:42:51 +0500 Subject: [PATCH] Update Jenkinsfile.old --- Jenkinsfile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }