Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrBatonNotPresent indicates the wrong type of data structure passed between pipelines. Internal / Programmatic error ErrBatonNotPresent = errors.New("right data structure not present between pipelines") )
Functions ¶
This section is empty.
Types ¶
type Pipeline ¶
type Pipeline interface { // Runs a bunch of processes based on the given config Run(config *config.Config, buildID cidocker.BuildID, buildOS buildos.BuildOS, myBaton *baton.Baton) PipelineRunReturnFunc // GetNames returns the names of the pipelines . Returns a tuple , a key and a long descriptive name GetNames() (key string, longName string) }
Pipeline builds and executes a given set of commands
Click to show internal directories.
Click to hide internal directories.