Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetJobWorkingDir ¶
GetJobWorkingDir returns the path to a job's working directory
Types ¶
type JobRunner ¶
type JobRunner struct {
// contains filtered or unexported fields
}
JobRunner is responsible for running jobs.
func NewJobRunner ¶
NewJobRunner creates a new JobRunner
type PrepareAction ¶
type PrepareAction struct {
// contains filtered or unexported fields
}
PrepareAction downloads a GitHub repository and parses the configuration
func NewPrepareAction ¶
NewPrepareAction creates a new PrepareAction
func (*PrepareAction) Run ¶
func (a *PrepareAction) Run(job *models.Job, state *models.ActionState) error
Run executes the prepare action
Click to show internal directories.
Click to hide internal directories.