Update jenkinsfiles

This commit is contained in:
SandeshKutwade 2024-04-11 11:12:33 +05:30 committed by GitHub
parent d0c48c7e5b
commit 0da7855d00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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