From 240aee3fefc5be31d6a85b8041a3a19434d21974 Mon Sep 17 00:00:00 2001 From: KVKR31 Date: Fri, 4 Aug 2023 13:37:15 +0530 Subject: [PATCH] added --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9516d5f44..73a4b07e8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stage('build') { steps { archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml' - junit testResults: '**/target/surefire-reports/TEST-*.xml' + junit testResults : '**/target/surefire-reports/TEST-*.jar' } } }