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