diff --git a/jenkinsfile b/jenkinsfile index 1f4556599..24dfd98bc 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -24,8 +24,8 @@ pipeline { } stage('reporting') { steps { - archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar', - junit testResults: '**/target/surefire-reports/TEST-*.xml' + junits: '**/target/surefire-reports/TEST-*.xml', + archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar' } } }