stage

package
v0.1.0-alpha.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2018 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Artifact

type Artifact struct {
	Source      string `yaml:"source"`
	Destination string `yaml:"destination"`
}

Artifact is a struct that represents an artifact.

type Stage

type Stage struct {
	Artifacts []*Artifact        `yaml:"artifacts"`
	Services  []*service.Service `yaml:"services"`
	Tasks     []string           `yaml:"tasks"`
}

Stage defines a stage within a pipeline.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL