Pipeline

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

Constructors

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

Properties

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

A list of steps