From 038b42857376a35068d08b8c984138082f8ed541 Mon Sep 17 00:00:00 2001 From: SandeshKutwade <165891300+SandeshKutwade@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:29:04 +0530 Subject: [PATCH] Update jenkinsfiles --- jenkinsfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfiles b/jenkinsfiles index cdfad55d2..e460b7cd7 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -14,7 +14,7 @@ pipeline { stage('build'){ steps { sh 'mvn clean package' - + junit testResults: '**/surefire-reports/*.xml' archive '**/target/spring-petclinic-*.jar' } }