mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +00:00
Sonar Changes
Sonar Changes
This commit is contained in:
parent
69cf2b4ff7
commit
adbf11c4e9
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ node {
|
||||||
}
|
}
|
||||||
stage('Sonar Quality Analysis'){
|
stage('Sonar Quality Analysis'){
|
||||||
//Run the sonar scan
|
//Run the sonar scan
|
||||||
withSonarQubeDev{
|
withSonarQubeDev('sonarqube'){
|
||||||
sh "'${mvnHome}/bin/mvn' verify sonar:sonar -Dsonar.projectKey=Petclinic -Dsonar.host.url=http://xyart81442dns1.eastus2.cloudapp.azure.com -Dsonar.login=bff9e0e153a1384234a2c18652327736550c1ecd-Dintegration-tests.skip=true -Dmaven.test.failure.ignore=true"
|
sh "'${mvnHome}/bin/mvn' verify sonar:sonar
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Sonar Quality Gate') {
|
stage('Sonar Quality Gate') {
|
||||||
|
|
Loading…
Reference in a new issue