Pipeline

@Serializable
data class Pipeline(val steps: List<GroupStep>, val agents: Agents? = null, val env: JsonObject? = null, val notify: List<Notification>? = null)(source)

Constructors

Link copied to clipboard
constructor(steps: List<GroupStep>, agents: Agents? = null, env: JsonObject? = null, notify: List<Notification>? = null)

Properties

Link copied to clipboard
val agents: Agents? = null
Link copied to clipboard
val env: JsonObject? = null
Link copied to clipboard
val notify: List<Notification>? = null
Link copied to clipboard

A list of steps