diff --git a/Jenkinsfile b/Jenkinsfile index 92c759474..c2cf9bfd6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage( 'post build' ) { steps { archiveArtifacts artifacts: '**/spring-petclinic-3.0.0.jar', - onlyIfSuccesful: 'true', + onlyIfSuccesful: 'true' junit testResults: '**/test-results/test/TEST-*.xml' } }