pipeline

package
v2.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2017 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Tasks   Tasks
	Cleanup Tasks
}

type Deploy

type Deploy struct {
	Tasks   Tasks
	Cleanup Tasks
}

type Pipeline

type Pipeline struct {
	Build     Build
	Deploy    Deploy
	Notifiers []notify.Notifier
}

func Load

func Load(b []byte) (Pipeline, error)

func LoadFromFile

func LoadFromFile(file string) (Pipeline, error)

func (*Pipeline) Run

func (p *Pipeline) Run(build, deploy bool) int

type Tasks

type Tasks []*task.Task

Jump to

Keyboard shortcuts

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