Update Jenkinsfile

This commit is contained in:
batchusivaji 2023-03-07 13:44:28 +05:30 committed by GitHub
parent a8543e9809
commit b10540bd19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -12,7 +12,8 @@ pipeliene {
steps {
archiveArtifacts artifacts: '**/libs/spring-petclinic-3.0.0/jar'
onlyIfSuccesful: true
junit testresults: '**/test-results/test/TEST-*.xml'
junit testResults: '**/test-results/test/TEST-*.xml'
}
}
}
}
}