Releases: improbable-eng/taskkill-buildkite-plugin
Releases · improbable-eng/taskkill-buildkite-plugin
v5.0
v4.5
- taskkill will also run as a post-command hook. This should help mitigate the issue where a job is stuck in the canceling state and preventing the agent from being released back into the pool.
v4.4.1
- Suppress error message when directory doesn't exist (so there can be no handles)
v4.4
- Support for BUILDKITE_BUILD_CHECKOUT_PATH being a relative path
v4.3
switch back to taskkill
v4.2
List process tree prior to checking handles and kill processes with wmic instead of taskkill
v4.1
- fix failed build when not specifying Whitelist: param
v4.0
- Change plugin spec entirely - kills everything by default except for whitelisted processes. Avoids having to investigate each time a new process starts to lock things.
v3.1
- Also kill child processes
v3.0
renamed to taskkill to be more obvious