From f531905a03ca63a789b989629593531fb3c7ab7c Mon Sep 17 00:00:00 2001 From: Kondam vinodh kumar reddy <130044012+KVKR31@users.noreply.github.com> Date: Fri, 4 Aug 2023 13:25:48 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9516d5f44..c2994c5e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { } stage('build') { steps { - archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml' + archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', junit testResults: '**/target/surefire-reports/TEST-*.xml' } } @@ -41,4 +41,4 @@ pipeline { to: 'vinod@gmail.com' } } -} \ No newline at end of file +}