From 0da7855d00073708db1452217a21081265a2ac4f Mon Sep 17 00:00:00 2001 From: SandeshKutwade <165891300+SandeshKutwade@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:12:33 +0530 Subject: [PATCH] Update jenkinsfiles --- jenkinsfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfiles b/jenkinsfiles index 982efb48c..eff695acb 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -15,7 +15,7 @@ pipeline { steps { sh 'mvn clean package' junit testResults: '**/surefire-reports/*_xml' - archive '**/target/spring-petclinic-*.jar + archive '**/target/spring-petclinic-*.jar' } }