diff --git a/Jenkinsfile b/Jenkinsfile index 53afb709f..7c37cbde1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,12 +13,5 @@ pipeliene { sh 'mvn package' } } - stage( 'post build' ) { - steps { - archiveArtifacts artifacts: '**/spring-petclinic-3.0.0.jar' - onlyIfSuccesful: true - junit testResults: '**/test-results/test/TEST-*.xml' - } - } } }