Update jenkinsfiles

This commit is contained in:
SandeshKutwade 2024-04-11 11:22:56 +05:30 committed by GitHub
parent 05630ecab7
commit 77ee4aa99e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ pipeline {
stage('build'){
steps {
sh 'mvn clean package'
junit testResults: '**/surefire-reports/*_xml'
archive '**/target/spring-petclinic-*.jar'
}
}