Skip to content

Commit

Permalink
Merge pull request #3087 from buildkite/rename-env-var-step-cancel-gr…
Browse files Browse the repository at this point in the history
…ace-period

Rename env var to `BUILDKITE_STEP_CANCEL_FORCE_GRACE_PERIOD_SECONDS`
  • Loading branch information
mitchbne authored Nov 12, 2024
2 parents 2a013d1 + 7f81f58 commit 41d34b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clicommand/step_cancel.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41d34b0

Please sign in to comment.