From 6d724256155bf3e5348915d7ab0f2be86462e826 Mon Sep 17 00:00:00 2001 From: KVKR31 Date: Fri, 4 Aug 2023 10:27:33 +0530 Subject: [PATCH] changes --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8072b0efd..9b3aa1985 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,8 +24,8 @@ pipeline { } stage('build') { steps { - junit testResults: '**/surefire-reports/TEST-*.xml' - archiveArtifacts artifacts: '**/target/gameoflife.war' + junit testResults: '**/target/spring-petclinic-*.jar' + archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml' } } }