mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-28 18:35:49 +00:00
Added the name change in pipeline
This commit is contained in:
parent
e9f3975064
commit
30995b0d16
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -16,9 +16,9 @@ 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
|
onlyIfSuccesful: 'true'
|
||||||
junit testResults: '**/test-results/test/TEST-*.xml'
|
junit testResults: '**/test-results/test/TEST-*.xml'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue