Share via


StageSpec interface

Stage Properties

Properties

name

Name of Stage

specification

Stage specification

taskOption

Task option for the stage

tasks

List of tasks in the stage

Property Details

name

Name of Stage

name: string

Property Value

string

specification

Stage specification

specification?: Record<string, any>

Property Value

Record<string, any>

taskOption

Task option for the stage

taskOption?: TaskOption

Property Value

tasks

List of tasks in the stage

tasks?: TaskSpec[]

Property Value