Added project in Sonar

This commit is contained in:
Aseerwadham 2023-03-16 15:56:23 +05:30
parent e9722cb932
commit a3bb1587d7

2
Jenkinsfile vendored
View file

@ -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'
}
}
}