Skip to content

Commit 2db3432

Browse files
committed
Document step parallelism updates
1 parent 985faba commit 2db3432

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

clicommand/step_update.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Example:
4040
$ buildkite-agent step update "label" < ./tmp/some-new-label
4141
$ ./script/label-generator | buildkite-agent step update "label"
4242
$ buildkite-agent step update "priority" 10 --step "my-step-key"
43+
$ buildkite-agent step update "parallelism" 12 --step "my-step-key"
4344
$ buildkite-agent step update "notify" '[{"github_commit_status": {"context": "my-context"}}]' --append
4445
$ buildkite-agent step update "notify" '[{"slack": "my-slack-workspace#my-channel"}]' --append
4546
`

0 commit comments

Comments
 (0)