Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ExitLaunch is the exit code when a step fails to launch ExitLaunch = 255 // ExitUnknown is the exit code when a step doesn't return an exit code (for some weird reason) ExitUnknown = 254 // ExitOk is the exit code when a step runs successfully ExitOk = 0 // How long should wait for the env file WaitTimeout = 5 )
Variables ¶
This section is empty.
Functions ¶
func Run ¶
func Run(path string, env []string, emitter screwdriver.Emitter, build screwdriver.Build, api screwdriver.API, buildID int, shellBin string, timeoutSec int, envFilepath string) error
Run executes a slice of CommandDefs
Types ¶
Source Files
¶
- executor.go
Click to show internal directories.
Click to hide internal directories.