From 8ae8449419d2a6ce161ae4c1ad858d054995bff2 Mon Sep 17 00:00:00 2001 From: KVKR31 Date: Fri, 4 Aug 2023 14:41:35 +0530 Subject: [PATCH] added --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5b10e0334..d81e91406 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,8 +25,8 @@ pipeline { stage('build') { steps { <<<<<<< HEAD - archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', - junit testResults : '**/target/surefire-reports/TEST-*.jar' + archiveArtifacts artifacts: '**/target/spring-petclinic-*.jar', + junit testResults : '**/target/surefire-reports/TEST-*.xml' ======= archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', junit testResults: '**/target/surefire-reports/TEST-*.xml'