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