Skip to content

Commit

Permalink
Rename env var to BUILDKITE_FORCE_CANCEL_GRACE_PERIOD
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchbne committed Nov 12, 2024
1 parent 2a013d1 commit 7f81f58
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 7f81f58

Please sign in to comment.