mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
added comma
This commit is contained in:
parent
2a86a1518f
commit
ef22020be8
1 changed files with 2 additions and 2 deletions
|
@ -16,13 +16,13 @@ pipeline {
|
|||
steps{
|
||||
sh "mvn package"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('sonar analysis') {
|
||||
steps{
|
||||
withSonarQubeEnv('SONAR_CLOUD') {
|
||||
sh 'mvn clean package sonar:sonar -Dsonar.organization=jenkins12'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue