Update jenkinsfiles

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

View file

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