mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
added comma
This commit is contained in:
parent
9916ea0ebd
commit
43775b41f0
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.projectkey=jenkins12'
|
sh 'mvn clean package sonar:sonar -Dsonar.organization=jenkins12 -Dsonar.organizationkey=jenkins12'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue