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