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?: EnvOptionallabel?: stringThe label that will be displayed in the pipeline visualisation in Buildkite. Supports emoji.
Optionalmessage?: stringThe message for the build (supports emoji)
Optionalmeta_data?: { [k: string]: unknown }Meta-data for the build
Optionalname?: stringThe label that will be displayed in the pipeline visualisation in Buildkite. Supports emoji.
Optionaltrigger?: stringThe slug of the pipeline to create a build
Optionaltype?: "trigger"Optionaldepends_The step keys for a step to depend on
OptionalidA string identifier
OptionalidentifierA string identifier
OptionalifA boolean expression that omits the step when false
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. You can specify a reason for using a string.
Optionalsoft_The conditions for marking the step as a soft-fail.
Optionalexit_status?: number | "*"The exit status number that will cause this job to soft-fail
OptionaltriggerThe 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