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