From df38babb7e0ec7ffd6e47cc1d6a4fb54f80fb120 Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Fri, 18 Oct 2019 10:18:42 -0400 Subject: [PATCH] Archive bok-choy JUnit XML files (#22071) --- scripts/Jenkinsfiles/bokchoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Jenkinsfiles/bokchoy b/scripts/Jenkinsfiles/bokchoy index 339f952b1d..3dafd9148e 100644 --- a/scripts/Jenkinsfiles/bokchoy +++ b/scripts/Jenkinsfiles/bokchoy @@ -19,7 +19,7 @@ def runBokchoyTests() { } def bokchoyTestCleanup() { - archiveArtifacts allowEmptyArchive: true, artifacts: 'reports/bok_choy/*.coverage*,test_root/log/**/*.log,test_root/log/**/*.png' + archiveArtifacts allowEmptyArchive: true, artifacts: 'reports/bok_choy/*.coverage*,test_root/log/**/*.log,test_root/log/**/*.png,reports/bok_choy/**/xunit.xml' junit '**/reports/bok_choy/**/xunit.xml' sendSplunkFile excludes: '', includes: '**/timing*.log', sizeLimit: '10MB' }