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
|
@ -18,6 +18,7 @@ pipeline {
|
|||
sh 'mvn clean package sonar:sonar'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Gathering the artifacts & test results') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/target/*.jar',
|
||||
|
|
Loading…
Reference in a new issue