Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Expr ¶
type Expr struct {
// contains filtered or unexported fields
}
func (*Expr) Condition ¶
func (e *Expr) Condition(input *pipelinespec.ExecutorInput, condition string) (bool, error)
Condition evaluates condition expression against executor input, it returns whether the task should run. Fields of ExecutorInput can be directly referred in condition. When this returns: * true -> run the task * false -> skip the task
Click to show internal directories.
Click to hide internal directories.