Skip to content

Releases: improbable-eng/taskkill-buildkite-plugin

v5.0

17 Dec 16:20
71c26c7
Compare
Choose a tag to compare
  • Changed post-command hook into a pre-exit hook. This change guarantees that taskkill always runs right before the job completes regardless of the command hook succeeding or not.

v4.5

17 Dec 11:12
5d03f86
Compare
Choose a tag to compare
  • 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

10 Mar 13:55
44e10f2
Compare
Choose a tag to compare
  • Suppress error message when directory doesn't exist (so there can be no handles)

v4.4

10 Oct 16:26
45885a1
Compare
Choose a tag to compare
  • Support for BUILDKITE_BUILD_CHECKOUT_PATH being a relative path

v4.3

05 Jul 14:49
Compare
Choose a tag to compare

switch back to taskkill

v4.2

03 Jul 12:49
23d187f
Compare
Choose a tag to compare

List process tree prior to checking handles and kill processes with wmic instead of taskkill

v4.1

01 Jul 17:52
c50ff53
Compare
Choose a tag to compare
  • fix failed build when not specifying Whitelist: param

v4.0

01 Jul 16:57
cda5b98
Compare
Choose a tag to compare
  • 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

01 Jul 12:23
f7fe9ba
Compare
Choose a tag to compare
  • Also kill child processes

v3.0

28 Jun 16:28
c85b45c
Compare
Choose a tag to compare

renamed to taskkill to be more obvious