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