From a3bb1587d7af8494c391f17af33adc530baf7635 Mon Sep 17 00:00:00 2001 From: Aseerwadham Date: Thu, 16 Mar 2023 15:56:23 +0530 Subject: [PATCH] Added project in Sonar --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1b69ab91a..12014a1e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { stage('sonar analysis') { steps { withSonarQubeEnv('SONAR_CLOUD') { - sh './mvnw clean package sonar:sonar -Dsonar.organization=springpetclinic143' + sh './mvnw clean package sonar:sonar -Dsonar.organization=springpetclinic143 -Dsonar.projectkey=springpetclinic143_springpetclinic' } } }