Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMatrixIsMisplaced = errors.New("matrix can be defined only under a task or docker_builder")
ErrMatrixIsMisplaced is returned when the matrix modifier is attached to a task type other than task or docker_builder.
View Source
var ErrMatrixNeedsCollection = errors.New("matrix should contain a collection")
ErrMatrixNeedsCollection is returned when the matrix modifier does not contain a collection (either map or slice) inside.
View Source
var ErrMatrixNeedsListOfMaps = errors.New("matrix with a list can only contain maps as it's items")
ErrMatrixNeedsListOfMaps is returned when the matrix modifier contains something other than maps (e.g. lists or scalars) as it's items.
Functions ¶
func ExpandMatrices ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.