mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
added comma
This commit is contained in:
parent
43775b41f0
commit
4d145bf43b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ pipeline {
|
||||||
stage('sonar analysis') {
|
stage('sonar analysis') {
|
||||||
steps{
|
steps{
|
||||||
withSonarQubeEnv('SONAR_CLOUD') {
|
withSonarQubeEnv('SONAR_CLOUD') {
|
||||||
sh 'mvn clean package sonar:sonar -Dsonar.organization=jenkins12 -Dsonar.organizationkey=jenkins12'
|
sh 'mvn clean package sonar:sonar -Dsonar.organization=jenkins12 -Dsonar.projectkey=jenkins12_jspc'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue