CommonX v0.0.1 GoCD.Pipeline View Source

GoCD pipeline.

TODO: more info.

Link to this section Summary

Types

t()

GoCD pipeline

Functions

Parse GoCD pipeline

Link to this section Types

Link to this type

t() View Source
t() :: %GoCD.Pipeline{
  environment_variables: [map()],
  label: String.t(),
  materials: any(),
  name: String.t(),
  stages: any()
}

GoCD pipeline.

TODO: more info.

Link to this section Functions

Link to this function

parse(data) View Source
parse(map()) :: {:ok, t()} | {:error, atom()}

Parse GoCD pipeline.