build

package
v0.0.0-...-c3d39e1 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2019 License: MIT Imports: 19 Imported by: 0

Documentation

Overview

Package build provides creating, starting and handling of builds

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	P    provider.Provider
	User *structs.User
	Repo string
	// contains filtered or unexported fields
}

Build defines structure for build

func (*Build) Create

func (b *Build) Create() error

Create method provides creating of the build

type BuildStep

type BuildStep struct {
	Image    string
	Name     string
	Commands []string
	Parallel bool
	Path     string
}

BuildStep provides definition for the build step

Jump to

Keyboard shortcuts

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