Added the name change in pipeline

This commit is contained in:
n 2023-03-07 15:31:46 +05:30
parent 569b3cfd68
commit c03613da5a

1
Jenkinsfile vendored
View file

@ -16,7 +16,6 @@ pipeline {
stage( 'post build' ) {
steps {
archiveArtifacts artifacts: '**/spring-petclinic-3.0.0.jar',
onlyIfSuccesful: 'true'
junit testResults: '**/test-results/test/TEST-*.xml'
}
}