Do not report coverage on failure (#2953)
This commit is contained in:
parent
7d2145c16b
commit
90dadd9264
|
|
@ -67,8 +67,11 @@ pipeline {
|
|||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
success {
|
||||
junit '**/target/surefire-reports/*.xml'
|
||||
}
|
||||
|
||||
cleanup {
|
||||
deleteDir()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue