Skip to content
Snippets Groups Projects
Commit 727ef943 authored by Jeremy Bowman's avatar Jeremy Bowman
Browse files

TE-2852 Preserve screenshots in bok-choy pipeline jobs

parent 802cb0e4
No related merge requests found
...@@ -21,7 +21,7 @@ def runBokchoyTests() { ...@@ -21,7 +21,7 @@ def runBokchoyTests() {
} }
def bokchoyTestCleanup() { 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' junit '**/reports/bok_choy/**/xunit.xml'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment