diff --git a/Jenkinsfile b/Jenkinsfile index 8072b0efd..9b3aa1985 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } } }