-
All notable changes prior to 0.39 are documented in this changelog.
-
Release notes for versions >= 0.39 can be found on the GitHub releases page.
-
Java 11 support was introduced in this release. Older versions do not support it.
-
Introduce a way to disable deferred wipeout (#37, JENKINS-53740)
-
Avoid using stale channel in disposable what node goes offline (#33)
-
Add Pipeline-friendly syntax (#30)
-
Japanese localization (#32)
-
Fix inclusion/exclusion pattern layout (JENKINS-43179
-
Do not leak temporary directories that plugin failed to clean (JENKINS-24824)
-
Adjust console logging
-
Add logging to track down JENKINS-24824
-
Require minimal width for pattern labels (JENKINS-27103)
-
Do not log exceptions on standard error
-
Survives workspace rename failure during async delete (JENKINS-26250)
-
Workspace is deleted asynchronously (JENKINS-20056 / #20)
-
Fixed some warnings and code style (#19)
-
Proper escaping of file paths (#17)
-
Delete workspace fails (JENKINS-23693)
-
Don’t follow symlinks (JENKINS-13444)
-
Workspace cleanup fails when some pattern is specified (JENKINS-23494)
-
External delete cmd doesn’t work properly (JENKINS-23523)
-
Fixed build status setting: if the workspace cleanup fails, build status is set to
FAILURE
(#14)
-
Fixed problem with spaces in external cleanup command (#13)
-
Fixed broken backward compatibility in pre-build cleanup (JENKINS-19574)
-
Added ability to specify if the workspace should be wiped out in pre-build step via a job parameter (#10)
-
Don’t wait for previous build step to complete (#9)
-
Fix backward compatibility issues (JENKINS-17930, JENKINS-17940)
-
Delete the workspace regardless on the job result by default (JENKINS-17930)
-
Fix configuration (JENKINS-17761)
-
Retry delete 3 times in prebuild cleanup and add eventually error message into console log (#5)
-
Added option not to fail the build if some error happens during the cleanup (JENKINS-15236)
-
Added option to cleanup matrix parent workspace (JENKINS-14128)
-
Fixed skipping the cleanup: skip only when this option is checked (#4)
-
Added option to skip the cleanup when build fails (pull#3)
-
Ensure that workspace cleanup is run after all other plugins (JENKINS-12962)
-
Check if workspace exists (JENKINS-11998)
-
Added possibility to delete also directories when delete pattern is specified (JENKINS-11927)
-
Added possibility to specify also exclude patterns (JENKINS-11928)
-
Added missing
Pattern
descriptor
-
Workspace cleanup should be the first or the last step in case of pre-build or post-build cleanup, respectively (JENKINS-11210)
-
Added possibility to delete only part of the workspace specified by Ant dir scanner pattern.
-
Bug fix: checkbox for deleting workspace after the build was not showing up on the job config page
-
Add an option to delete workspace before build (requires Jenkins 1.399 or higher)