mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 22:35:49 +00:00
Update sonar command
Update sonar command
This commit is contained in:
parent
e30b1c5833
commit
a4eb473036
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ node {
|
|||
stage('Sonar Quality Analysis'){
|
||||
//Run the sonar scan
|
||||
withSonarQubeDev('sonarqube'){
|
||||
sh "'mvn clean package sonar:sonar'
|
||||
sh 'mvn clean package sonar:sonar'
|
||||
}
|
||||
}
|
||||
stage('Sonar Quality Gate') {
|
||||
|
|
Loading…
Reference in a new issue