Skip to content

Commit e9332c1

Browse files
committed
mark to clean ws
1 parent 14d325b commit e9332c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ pipeline {
368368
recordCoverage(tools: [[parser: 'GO_COV', pattern: 'cover*out']])
369369
// Publish the junit test reports
370370
junit allowEmptyResults: true, testResults: 'reports/test-*.xml'
371+
cleanWs(disableDeferredWipeout: true)
371372
}
372373
unstable {
373374
// archive non-verbose outputs upon failure for inspection (each verbose output is conditionally archived on stage failure)

0 commit comments

Comments
 (0)