mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 09:55:49 +00:00
added artifacts and test reports
This commit is contained in:
parent
f54208c278
commit
6703e90dea
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -14,7 +14,7 @@ pipeline {
|
|||
}
|
||||
stage('test code by using sonarqube') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/target/gameoflife.war',
|
||||
archiveArtifacts artifacts: '**/target/*.jar',
|
||||
onlyIfSuccessful: true,
|
||||
allowEmptyArchive: true
|
||||
junit testResults: '**/surefire-reports/TEST-*.xml'
|
||||
|
|
Loading…
Reference in a new issue