From d22b92ccb9b4ca51fedd71894c41347b9b4df80a Mon Sep 17 00:00:00 2001 From: stephanieatte <122297064+stephanieatte@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:00:39 -0600 Subject: [PATCH] Update cli_step.md Customers have recently wanted to be be able update each job label individually and it is not possible. The Buildkite-agent does the label update on a step level --- pages/agent/v3/cli_step.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/agent/v3/cli_step.md b/pages/agent/v3/cli_step.md index 24a9b9cd95..b20362bd80 100644 --- a/pages/agent/v3/cli_step.md +++ b/pages/agent/v3/cli_step.md @@ -9,6 +9,7 @@ Use this command in your build scripts to update an attribute of a step. <%= render 'agent/v3/help/step_update' %> +label update works on a step level and not on the job level, it would not be possible to update each job in a step ## Getting a step Use this command in your build scripts to get the value of a particular attribute from a step.