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_FAILEDwhen any step exited non-zero).