git

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 30, 2019 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Check

type Check struct {
	Enable bool     // Git check enable
	List   []string // check package list
	Commit string   // providers the commit sha for the current build
}

Check package

type Config

type Config struct {
	Enable bool   // Git clone enable
	Url    string // Git repo url
	Out    string // Export package
	Token  string // Gitlab Personal Access Token
}

Git config

type Plugin

type Plugin struct {
	Config Config // Git clone configuration
	Check  Check  // Git check configuration
}

Plugin defines the Docker plugin parameters.

func (Plugin) Exec

func (p Plugin) Exec() error

Exec executes the plugin step

Jump to

Keyboard shortcuts

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