Archive bok-choy JUnit XML files (#22071)

This commit is contained in:
Jeremy Bowman
2019-10-18 10:18:42 -04:00
committed by GitHub
parent 69d0726366
commit df38babb7e

View File

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