diff --git a/Jenkinsfile b/Jenkinsfile index 5b10e0334..d81e91406 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,8 +25,8 @@ pipeline { stage('build') { steps { <<<<<<< HEAD - archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', - junit testResults : '**/target/surefire-reports/TEST-*.jar' + archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar', + junit testResults : '**/target/surefire-reports/TEST-*.xml' ======= archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', junit testResults: '**/target/surefire-reports/TEST-*.xml'