From 7f81f584a970d46c17f6d7f9618295035ae36803 Mon Sep 17 00:00:00 2001 From: Mitch Smith Date: Tue, 12 Nov 2024 12:04:06 +1000 Subject: [PATCH] Rename env var to BUILDKITE_FORCE_CANCEL_GRACE_PERIOD --- clicommand/step_cancel.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clicommand/step_cancel.go b/clicommand/step_cancel.go index 54a4a31b81..92da8e6be9 100644 --- a/clicommand/step_cancel.go +++ b/clicommand/step_cancel.go @@ -74,7 +74,7 @@ var StepCancelCommand = cli.Command{ Name: "force-grace-period-seconds", Value: defaultCancelGracePeriod, Usage: "The number of seconds to wait for agents to finish uploading artifacts before transitioning unfinished jobs to a canceled state. ′--force′ must also be supplied for this to take affect", - EnvVar: "BUILDKITE_FORCE_GRACE_PERIOD_SECONDS,BUILDKITE_CANCEL_GRACE_PERIOD", + EnvVar: "BUILDKITE_STEP_CANCEL_FORCE_GRACE_PERIOD_SECONDS,BUILDKITE_CANCEL_GRACE_PERIOD", }, // API Flags