Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

62 lines (55 loc) · 1.58 KB

Change Log

Version 1.0.7

September 24th, 2019:

  • ❕ Functionality unchanged from 1.0.6.
  • ✔️ Meta-data for plugin now lists license and developers (past and present).

Version 1.0.6

August 28th, 2019:

  • ❌ Don't clean concurrently-running builds (JENKINS-43269)
  • ✔️ Implement timeouts so dud agent nodes don't block all builds
  • ✔️ Implement "parallel cleanup" to improve performance
  • ✔️ Implement "skip node" node property and skip-by-name functionality
  • ✔️ Make "Skip roaming" configurable

Version 1.0.5

August 6th, 2015:

  • ❌ Fix Compatibility with Folder plugin (JENKINS-29682)
  • ❌ Fix deletion on master
  • ❌ Don't wait for agent to become online/don't try to reconnect agent, if agent is offline
  • ✔️ Various cleanup/refactoring
  • ✔️ First release from GitHub

Version 1.0.4

January 7th, 2010:

  • ❌ Fix NPE while running PrePostClean on a project that can roam
  • ✔️ Update code for more recent Hudson

Version 1.0.3

October 12th, 2009:

  • ❌ Fix broken classinformation due to change of from interface to abstract class.
  • ❌ Fix JENKINS-4630
  • ❌ NPE while running PrePostClean without any agents

Version 1.0.2

  • ❌ Fix for release

Version 1.0.1

  • ✔️ Initial checkin