preflight

package
v3.34.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2026 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PreflightCmd

type PreflightCmd struct {
	Pipeline  string  `help:"The pipeline to build. This can be a {pipeline slug} or in the format {org slug}/{pipeline slug}." short:"p"`
	Watch     bool    `help:"Watch the build until completion." default:"true" negatable:""`
	Interval  float64 `help:"Polling interval in seconds when watching." default:"2"`
	NoCleanup bool    `help:"Skip deleting the remote preflight branch after the build finishes."`
}

func (*PreflightCmd) Help

func (c *PreflightCmd) Help() string

func (*PreflightCmd) Run

func (c *PreflightCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error

type Result added in v3.33.1

type Result struct {
	// contains filtered or unexported fields
}

func NewResult added in v3.33.1

func NewResult(build buildkite.Build) Result

func (Result) Error added in v3.33.1

func (r Result) Error() error

Jump to

Keyboard shortcuts

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