Added the name change in pipeline

This commit is contained in:
n 2023-03-07 15:29:58 +05:30
parent 85c461846c
commit 569b3cfd68

2
Jenkinsfile vendored
View file

@ -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'
}
}