class
Werk::Pipeline
- Werk::Pipeline
- Reference
- Object
Defined in:
werk/pipeline.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Instance Method Summary
-
#run(target : String, cwd : String, variables : Hash(String, String), yes : Bool = false)
Execute the target job and its dependencies according to the execution plan
- #scheduler : Werk::Scheduler
- #session_id : UUID
-
#terminate : Nil
Immediately terminate all running executors
- #terminated? : Bool
Constructor Detail
Instance Method Detail
def run(target : String, cwd : String, variables : Hash(String, String), yes : Bool = false)
#
Execute the target job and its dependencies according to the execution plan