Added the name change in pipeline

This commit is contained in:
n 2023-03-07 15:26:15 +05:30
parent e9f3975064
commit 30995b0d16

4
Jenkinsfile vendored
View file

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