From 68ecc27e869673351e33aa0a5ce338cc2e449b8a Mon Sep 17 00:00:00 2001 From: Kameron Kenny Date: Fri, 20 Dec 2024 15:07:57 -0500 Subject: [PATCH] update jenkins --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0478d43..5f8c90e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -112,8 +112,8 @@ pipeline { post { always { - archiveArtifacts artifacts: 'test/results/**/*.xml', fingerprint: true - junit 'test/results/**/**/*.xml' + archiveArtifacts artifacts: '**/*.xml', fingerprint: true + junit '**/**/*.xml' sh 'rm -rf test/results' } }