mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +00:00
Added the name change in pipeline
This commit is contained in:
parent
85c461846c
commit
569b3cfd68
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -16,7 +16,7 @@ pipeline {
|
|||
stage( 'post build' ) {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/spring-petclinic-3.0.0.jar',
|
||||
onlyIfSuccesful: 'true',
|
||||
onlyIfSuccesful: 'true'
|
||||
junit testResults: '**/test-results/test/TEST-*.xml'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue