Documentation ¶
Index ¶
- Constants
- func GetJobsByTag(project, tagsFilter string) ([]*cloudbuild.Build, error)
- func ListJobs(project string, lastJobs int64) error
- func PrepareBuilds(o *Options) error
- func RunBuildJobs(o *Options) []error
- func RunSingleJob(o *Options, jobName, uploaded, version string, subs map[string]string) error
- type Options
Constants ¶
View Source
const (
DefaultCloudbuildFile = "cloudbuild.yaml"
)
Variables ¶
This section is empty.
Functions ¶
func GetJobsByTag ¶ added in v0.4.0
func PrepareBuilds ¶ added in v0.2.4
func RunBuildJobs ¶
Types ¶
type Options ¶
type Options struct { BuildDir string ConfigDir string CloudbuildFile string LogDir string ScratchBucket string Project string AllowDirty bool NoSource bool Async bool DiskSize string Variant string EnvPassthrough string // contains filtered or unexported fields }
TODO: Pull some of these options in cmd/gcbuilder, so they don't have to be public.
func NewDefaultOptions ¶ added in v0.6.0
func NewDefaultOptions() *Options
NewDefaultOptions returns a new default `*Options` instance.
func (*Options) ValidateConfigDir ¶
Click to show internal directories.
Click to hide internal directories.