mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
added sonarqube
This commit is contained in:
parent
5c75d795d1
commit
548b9ff5ff
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -16,6 +16,7 @@ pipeline {
|
|||
steps {
|
||||
withSonarQubeEnv('SONAR_CLOUD') {
|
||||
sh 'mvn clean package sonar:sonar'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Gathering the artifacts & test results') {
|
||||
|
|
Loading…
Reference in a new issue