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