Optionalallow_OptionalasyncWhether to continue the build without waiting for the triggered step to complete
OptionalbranchesWhich branches will include this step in their builds
OptionalbuildProperties of the build that will be created when the step is triggered
Optionalbranch?: stringThe branch for the build
Optionalcommit?: stringThe commit hash for the build
Optionalenv?: EnvEnvironment variables for this step
Optionalmessage?: stringThe message for the build (supports emoji)
Optionalmeta_data?: Record<string, any>Meta-data for the build
Optionaldepends_The step keys for a step to depend on
OptionalidA unique identifier for a step, must not resemble a UUID
OptionalidentifierA unique identifier for a step, must not resemble a UUID
OptionalifA boolean expression that omits the step when false
Optionalif_Agent-applied attribute: A glob pattern that omits the step from a build if it does not match any files changed in the build. Can be a single pattern, list of patterns, or an object with include/exclude attributes.
OptionalkeyA unique identifier for a step, must not resemble a UUID
OptionallabelThe label that will be displayed in the pipeline visualisation in Buildkite. Supports emoji.
OptionalnameThe label that will be displayed in the pipeline visualisation in Buildkite. Supports emoji.
OptionalskipWhether this step should be skipped. Passing a string provides a reason for skipping this command
Optionalsoft_The conditions for marking the step as a soft-fail.
The slug of the pipeline to create a build
Optionaltype
Whether to proceed with this step and further steps if a step named in the depends_on attribute fails