-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
It could be just me but I'm having trouble understanding the docs for the `disableDeferredWipeout` property. It's not clear to me if I want deferred wipeout to be enabled or disabled (e.g. which is better), and if I do want it, then `disableDeferredWipeout` should be `false`, not `true`?
If possible, could this be expanded on. It doesn't appear that what the options do are documented anywhere.I haved checked: https://www.jenkins.io/doc/pipeline/steps/ws-cleanup/ , https://github.com/jenkinsci/ws-cleanup-plugin, and https://plugins.jenkins.io/ws-cleanup/#plugin-content-configuration
I found the following options:
The only two that have any documentation are `patterns` and `disabledDeferredWipeout` the rest are guess work.