TE-2852 Preserve screenshots in bok-choy pipeline jobs
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user