jobYaml

package
v0.0.0-...-1bf96ee Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2022 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JobDto

type JobDto struct {
	JobName     string `yaml:"job_name"`
	GitUrl      string `yaml:"git_url"`
	GitPasswd   string `yaml:"git_passwd"`
	GitUsername string `yaml:"git_username"`
	WorkDir     string `yaml:"work_dir"`
	JobShell    string `yaml:"job_shell"`
	Plans       []JobPlanDto
}

type JobPlanDto

type JobPlanDto struct {
	PackageUrl     string `yaml:"package_url"`
	PackageName    string `yaml:"package_name"`
	Path           string `yaml:"path"`
	DockerfileName string `yaml:"dockerfile_name"`
	Dockerfile     string `yaml:"dockerfile"`
	StartShell     string `yaml:"start_shell"`
	ShellPath      string `yaml:"shell_path"`
}

type JobYamlDto

type JobYamlDto struct {
	Version string `yaml:"version"`
	Job     JobDto `yaml:"job"`
}

job yaml

Jump to

Keyboard shortcuts

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