class

Werk::Config::Job

Inherits YAML::Serializable / Reference / Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

can_fail?

Signals if the job is allowed to fail or not

Source
commands

List of commands to execute

Source
description

The description for the job

Source
dotenv

List of dotenv files to be loaded

Source
executor

The executor type for this job

Source
interpreter

The shell interpreter to use

Source
needs

Dependencies list

Source
silent?

Suppress job output to STDOUT

Source
variables

A list of variables to be passed to the job

Source