From c03613da5a3f4646bc8fb6cc49b76b6046441b5d Mon Sep 17 00:00:00 2001 From: n Date: Tue, 7 Mar 2023 15:31:46 +0530 Subject: [PATCH] Added the name change in pipeline --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) 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' } }