Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ArtifactsDir is default artifact directory name ArtifactsDir = "sd-artifacts" // LogFile is default logfile name for build log LogFile = "builds.log" // SdUtilsDir is default directory name for sd-utils SdUtilsDir = ".sd-utils" )
Variables ¶
This section is empty.
Functions ¶
func DefaultSocketPath ¶ added in v1.0.14
func DefaultSocketPath() string
DefaultSocketPath is a socket path on the localhost to bring in the build container.
Types ¶
type DinD ¶ added in v1.0.50
type DinD struct {
// contains filtered or unexported fields
}
DinD has the information needed to start the dind-rootless container
type Interact ¶ added in v1.0.12
type Interact struct {
// contains filtered or unexported fields
}
Interact takes interactive processing
type Interacter ¶ added in v1.0.12
Interacter wraps up the interactive process
type Option ¶
type Option struct { Job screwdriver.Job Entry config.Entry JobName string JWT string ArtifactsPath string SdUtilsPath string Memory string SrcPath string OptionEnv screwdriver.EnvVars Meta Meta UseSudo bool UsePrivileged bool InteractiveMode bool SocketPath string FlagVerbose bool LocalVolumes []string BuildUser string NoImagePull bool }
Option is option for launch New
Click to show internal directories.
Click to hide internal directories.