From b27638bf3079cfa016519c0dd0f153847b802bae Mon Sep 17 00:00:00 2001 From: SandeshKutwade <165891300+SandeshKutwade@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:55:33 +0530 Subject: [PATCH] Update jenkinsfiles Added artifacts --- jenkinsfiles | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jenkinsfiles b/jenkinsfiles index 3a14f9ddd..4e24522dc 100644 --- a/jenkinsfiles +++ b/jenkinsfiles @@ -11,4 +11,10 @@ pipeline { } } } + post { + success { + // Archive the artifacts + archiveArtifacts artifacts: '**/target/surefire-reports/*.xml' + } + } }