From 2b49a0b6838a3b1ea4f26abc8635a2745081c9d5 Mon Sep 17 00:00:00 2001 From: KVKR31 Date: Fri, 4 Aug 2023 13:39:18 +0530 Subject: [PATCH] added --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4449364cf..5b10e0334 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ pipeline { stage('build') { steps { <<<<<<< HEAD - archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml' + archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml', junit testResults : '**/target/surefire-reports/TEST-*.jar' ======= archiveArtifacts artifacts: '**/target/surefire-reports/TEST-*.xml',