We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d325b commit e9332c1Copy full SHA for e9332c1
Jenkinsfile
@@ -368,6 +368,7 @@ pipeline {
368
recordCoverage(tools: [[parser: 'GO_COV', pattern: 'cover*out']])
369
// Publish the junit test reports
370
junit allowEmptyResults: true, testResults: 'reports/test-*.xml'
371
+ cleanWs(disableDeferredWipeout: true)
372
}
373
unstable {
374
// archive non-verbose outputs upon failure for inspection (each verbose output is conditionally archived on stage failure)
0 commit comments