Merge branch 'release/os/4.3' into wz/merge-43-44-2020-07-21

This commit is contained in:
Waldemar Zurowski 2020-07-21 15:47:01 +01:00
commit 969ee34b0a

View File

@ -79,7 +79,7 @@ pipeline {
post {
always {
archiveArtifacts artifacts: '**/pod-logs/**/*.log', fingerprint: false
junit testResults: '**/build/test-results-xml/**/*.xml', allowEmptyResults: true, keepLongStdio: true
junit testResults: '**/build/test-results-xml/**/*.xml', keepLongStdio: true
}
cleanup {
deleteDir() /* clean up our workspace */