Merge remote-tracking branch 'origin/release/os/4.3' into ramzi/43-44-merge

This commit is contained in:
Ramzi El-Yafi 2019-12-09 13:37:50 +00:00
commit 74c4bd6a3d

View File

@ -52,9 +52,10 @@ pipeline {
always {
archiveArtifacts artifacts: '**/pod-logs/**/*.log', fingerprint: false
junit '**/build/test-results-xml/**/*.xml'
allure includeProperties: false, jdk: '', results: [[path: '**/build/test-results-xml/**']]
}
cleanup {
deleteDir() /* clean up our workspace */
}
}
}
}