Skip to main content

Module scheduler

Module scheduler 

Source
Expand description

Chain-bounded scheduler. Dispatches each step to its registered step-executor plugin (Docker by default) via the plugin host.

Functionsยง

run
Entry point: run a parsed pipeline locally end-to-end. Returns the overall exit code (0 = success, crate::error::EXIT_BUILD_FAILED when any step exited non-zero).