We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985faba commit 2db3432Copy full SHA for 2db3432
1 file changed
clicommand/step_update.go
@@ -40,6 +40,7 @@ Example:
40
$ buildkite-agent step update "label" < ./tmp/some-new-label
41
$ ./script/label-generator | buildkite-agent step update "label"
42
$ buildkite-agent step update "priority" 10 --step "my-step-key"
43
+ $ buildkite-agent step update "parallelism" 12 --step "my-step-key"
44
$ buildkite-agent step update "notify" '[{"github_commit_status": {"context": "my-context"}}]' --append
45
$ buildkite-agent step update "notify" '[{"slack": "my-slack-workspace#my-channel"}]' --append
46
`
0 commit comments