From 83252750d734454d14db31a0ceb2d3749cd7f429 Mon Sep 17 00:00:00 2001 From: SandeshKutwade <165891300+SandeshKutwade@users.noreply.github.com> Date: Thu, 11 Apr 2024 11:03:45 +0530 Subject: [PATCH] Update jenkinsfiles --- jenkinsfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfiles b/jenkinsfiles index 86cef4e71..7e0087933 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -14,7 +14,7 @@ pipeline { post { success { // Archive the artifacts - archiveArtifacts artifacts: 'target/surefire-reports/*.xml' + archiveArtifacts artifacts: '**/surefire-reports/*.xml' } } }