Header menu logo Nao

PipelineStage Type

Defines a stage in a lifecycle pipeline (issue-to-deployment style)

Record fields

Record Field Description

Description

Full Usage: Description

Field type: string

Description of what this stage does

Field type: string

Execute

Full Usage: Execute

Field type: string -> Task<string>

The agent or function that executes this stage

Field type: string -> Task<string>

Name

Full Usage: Name

Field type: string

Stage name

Field type: string

Retry

Full Usage: Retry

Field type: RetryPolicy

Retry policy for this stage (use RetryPolicy.None for no retries)

Field type: RetryPolicy

Validate

Full Usage: Validate

Field type: string -> Task<Result<unit, string>>

Validation to run after stage completion

Field type: string -> Task<Result<unit, string>>

Type something to start searching.