This commit is contained in:
KVKR31 2023-08-04 10:27:33 +05:30
parent 2d1d7401c9
commit 6d72425615

4
Jenkinsfile vendored
View file

@ -24,8 +24,8 @@ pipeline {
}
stage('build') {
steps {
junit testResults: '**/surefire-reports/TEST-*.xml'
archiveArtifacts artifacts: '**/target/gameoflife.war'
junit testResults: '**/target/spring-petclinic-*.jar'
archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml'
}
}
}