mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
added changes
This commit is contained in:
parent
186ad203bc
commit
8f1c16f493
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -15,7 +15,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
stage('sonarqube') {
|
stage('sonarqube') {
|
||||||
steps {
|
steps {
|
||||||
withSonarQubeEnv('My SonarQube Server') {
|
withSonarQubeEnv('madhuri') {
|
||||||
sh 'mvn clean package sonar:sonar'
|
sh 'mvn clean package sonar:sonar'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue