diff --git a/pages/pipelines/block_step.md b/pages/pipelines/block_step.md
index 3ce7c602d9..7d13670ed7 100644
--- a/pages/pipelines/block_step.md
+++ b/pages/pipelines/block_step.md
@@ -102,8 +102,9 @@ Optional attributes:
key |
- A unique string to identify the block step.
+ A unique string to identify the block step. Keys can not have the same pattern as a UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ).
Example: "test-suite"
+ Alias: identifier
|
diff --git a/pages/pipelines/command_step.md b/pages/pipelines/command_step.md
index 2ed2be2b66..3f96d18e49 100644
--- a/pages/pipelines/command_step.md
+++ b/pages/pipelines/command_step.md
@@ -22,9 +22,10 @@ Required attributes:
command |
- The shell command/s to run during this step. This can be a single line of commands, or a list of commands that must all pass. Also available as the alias commands .
+ The shell command/s to run during this step. This can be a single line of commands, or a list of commands that must all pass.
Example: "build.sh"
- Example:
- "npm install"
- "tests.sh"
+ Example:
- "npm install"
- "tests.sh"
+ Alias: commands
|
@@ -118,9 +119,9 @@ Optional attributes:
key |
- A unique string to identify the step. The value is available in the BUILDKITE_STEP_KEY environment variable.
+ A unique string to identify the command step. The value is available in the BUILDKITE_STEP_KEY environment variable.
Keys can not have the same pattern as a UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ).
- Example: "linter"
+ Example: "linter"
Alias: identifier
|
diff --git a/pages/pipelines/group_step.md b/pages/pipelines/group_step.md
index 3e9a4bd876..5cb915bc49 100644
--- a/pages/pipelines/group_step.md
+++ b/pages/pipelines/group_step.md
@@ -81,8 +81,9 @@ Optional attributes:
key |
- A unique string to identify the step, block, or group. Alias: `identifier` or `id`.
- Example: "test-suite"
+ A unique string to identify the step, block, or group. Keys can not have the same pattern as a UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ).
+ Example: "test-suite"
+ Alias: identifier
|
diff --git a/pages/pipelines/input_step.md b/pages/pipelines/input_step.md
index 51e10aaa13..503620a9e0 100644
--- a/pages/pipelines/input_step.md
+++ b/pages/pipelines/input_step.md
@@ -91,8 +91,9 @@ Optional attributes:
key |
- A unique string to identify the input step.
- Example: "test-suite"
+ A unique string to identify the input step. Keys can not have the same pattern as a UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ).
+ Example: "test-suite"
+ Alias: identifier
|
diff --git a/pages/pipelines/trigger_step.md b/pages/pipelines/trigger_step.md
index 5ec13feaee..25d9372f78 100644
--- a/pages/pipelines/trigger_step.md
+++ b/pages/pipelines/trigger_step.md
@@ -91,6 +91,14 @@ Optional attributes:
Example: "test-suite"
+
+ key |
+
+ A unique string to identify the trigger step. Keys can not have the same pattern as a UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ).
+ Example: "trigger-deploy"
+ Alias: identifier
+ |
+
allow_dependency_failure |
diff --git a/pages/pipelines/wait_step.md b/pages/pipelines/wait_step.md
index a898eb98d6..d9ba6232e3 100644
--- a/pages/pipelines/wait_step.md
+++ b/pages/pipelines/wait_step.md
@@ -35,6 +35,14 @@ Optional attributes:
Example: "test-suite"
|
+
+ key |
+
+ A unique string to identify the wait step. Keys can not have the same pattern as a UUID (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx ).
+ Example: "confirmation"
+ Alias: identifier
+ |
+
allow_dependency_failure |
|