Do not report coverage on failure (#2953)

This commit is contained in:
kezhenxu94 2019-06-27 16:24:36 +08:00 committed by 吴晟 Wu Sheng
parent 7d2145c16b
commit 90dadd9264
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored Normal file → Executable file
View File

@ -67,8 +67,11 @@ pipeline {
}
post {
always {
success {
junit '**/target/surefire-reports/*.xml'
}
cleanup {
deleteDir()
}
}