Skip to main content

Module schema

Module schema 

Source
Expand description

Buildkite Pipeline Schema Types

Defines the data structures for Buildkite pipeline YAML generation. See: https://buildkite.com/docs/pipelines/configure/defining-steps

Structs§

AgentRules
Agent targeting rules
AutomaticRetryRule
Automatic retry rule
BlockField
A field in a block step form
BlockStep
A block step for manual approval
CommandStep
A command step that executes commands
DetailedDependency
Detailed dependency specification
GroupStep
A group of steps
ManualRetry
Manual retry configuration
Pipeline
A Buildkite pipeline definition
RetryConfig
Retry configuration
WaitStep
A wait step to synchronize parallel steps

Enums§

AutomaticRetry
Automatic retry configuration
CommandValue
Command value can be a single string or an array
DependsOn
Step dependency specification
Step
A step in a Buildkite pipeline