From 727ef943262af173edc14f1cf4d7510d1ea71204 Mon Sep 17 00:00:00 2001 From: Jeremy Bowman Date: Mon, 4 Feb 2019 15:09:00 -0500 Subject: [PATCH] TE-2852 Preserve screenshots in bok-choy pipeline jobs --- scripts/Jenkinsfiles/bokchoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Jenkinsfiles/bokchoy b/scripts/Jenkinsfiles/bokchoy index 66410d5300..4a5c16165c 100644 --- a/scripts/Jenkinsfiles/bokchoy +++ b/scripts/Jenkinsfiles/bokchoy @@ -21,7 +21,7 @@ def runBokchoyTests() { } def bokchoyTestCleanup() { - archiveArtifacts allowEmptyArchive: true, artifacts: 'test_root/log/**/*.log,stdout/*.log' + archiveArtifacts allowEmptyArchive: true, artifacts: 'test_root/log/**/*.log,test_root/log/**/*.png,stdout/*.log' junit '**/reports/bok_choy/**/xunit.xml' }