Skip to content

Latest commit

 

History

History
154 lines (86 loc) · 6.32 KB

CHANGELOG.adoc

File metadata and controls

154 lines (86 loc) · 6.32 KB

Changelog

  • 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.

Release History

Release 0.37 (2018-12-17)

  • Java 11 support was introduced in this release. Older versions do not support it.

Release 0.35 (2018-10-11)

Release 0.34 (2017-07-17)

  • Avoid using stale channel in disposable what node goes offline (#33)

Release 0.33 (2017-04-24)

  • Add Pipeline-friendly syntax (#30)

  • Japanese localization (#32)

  • Fix inclusion/exclusion pattern layout (JENKINS-43179

Release 0.32 (2016-11-01)

  • Do not leak temporary directories that plugin failed to clean (JENKINS-24824)

Release 0.30 (2016-06-24)

  • Pipeline support

Release 0.27 (2015-08-19)

Release 0.26 (2015-05-29)

  • Require minimal width for pattern labels (JENKINS-27103)

  • Do not log exceptions on standard error

Release 0.25 (2015-01-25)

  • Survives workspace rename failure during async delete (JENKINS-26250)

Release 0.24 (2014-09-09)

  • Workspace is deleted asynchronously (JENKINS-20056 / #20)

  • Fixed some warnings and code style (#19)

Release 0.23 (2014-08-26)

Release 0.22 (2014-08-03)

  • Fixed environment variable expansion on nodes

Release 0.21 (2014-06-23)

Release 0.20 (2014-02-01)

  • Fixed build status setting: if the workspace cleanup fails, build status is set to FAILURE (#14)

Release 0.19 (2013-10-08)

  • Fixed problem with spaces in external cleanup command (#13)

Release 0.18 (2013-09-15)

  • Fixed broken backward compatibility in pre-build cleanup (JENKINS-19574)

Release 0.17 (2013-09-11)

  • Allow to configure external program to do the cleanup (#12)

  • Fixed German translation encoding (#11)

Release 0.16 (2013-07-02)

  • Added ability to specify if the workspace should be wiped out in pre-build step via a job parameter (#10)

Release 0.15 (2013-06-18)

  • Don’t wait for previous build step to complete (#9)

Release 0.14 (2013-05-14)

Release 0.13 (2013-05-03)

  • Configure deleting of workspace based on build status (#7)

  • German translation (#6)

Release 0.12 (2013-02-16)

  • Retry delete 3 times in prebuild cleanup and add eventually error message into console log (#5)

Release 0.11 (2013-01-23)

  • 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)

Release 0.10 (2012-07-17)

  • Fixed skipping the cleanup: skip only when this option is checked (#4)

Release 0.9 (2012-07-15)

  • Added option to skip the cleanup when build fails (pull#3)

Release 0.8 (2012-03-14)

  • Ensure that workspace cleanup is run after all other plugins (JENKINS-12962)

Release 0.7 (2011-12-07)

  • 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

Release 0.6 (2011-10-11)

  • Workspace cleanup should be the first or the last step in case of pre-build or post-build cleanup, respectively (JENKINS-11210)

Release 0.5 (2011-09-27)

  • Added possibility to delete only part of the workspace specified by Ant dir scanner pattern.

Release 0.4 (2011-04-07)

  • Bug fix: checkbox for deleting workspace after the build was not showing up on the job config page

Release 0.3 (2011-03-02)

  • Fix to delete right workspace when concurrent builds option is in use

Release 0.2 (2011-02-28)

  • Add an option to delete workspace before build (requires Jenkins 1.399 or higher)

Release 0.1 (2011-02-10)

  • Initial release