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