TE-2852 Preserve screenshots in bok-choy pipeline jobs

This commit is contained in:
Jeremy Bowman
2019-02-04 15:09:00 -05:00
parent 802cb0e491
commit 727ef94326

View File

@@ -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'
}