diff --git a/jenkinsfile b/jenkinsfile index 038f4a040..60febdacd 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -24,7 +24,7 @@ pipeline { } stage('reporting') { steps { - junits: '**/target/surefire-reports/TEST-*.xml', + junits: '**/target/surefire-reports/TEST-*.xml' archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar' } }