abstract class
Werk::Config::Job
- Werk::Config::Job
- Reference
- Object
Included Modules
- YAML::Serializable
Direct Known Subclasses
Defined in:
werk/config/jobs/base.crConstructors
Instance Method Summary
-
#can_fail? : Bool
Signals if the job is allowed to fail or not.
-
#commands : Array(String)
List commands
-
#description : String
The description for the job
-
#dotenv : Set(String)
List of dotenv files to be loaded
- #executor : String
- #interpreter : String
-
#needs : Array(String)
Dependencies list
- #script_content : String
-
#silent? : Bool
Suppress job output to STDOUT
-
#variables : Hash(String, String)
A list of variables to be passed to the job