Fluxion::Job
A group of steps that run together, ordered against other jobs by
dependsOn.
The stable schema calls these jobs (with phases as a legacy alias) and
the manifest frontend produces exactly one, named manifest-plan.
Constructors
Instance methods
continue_on_step_error?
When false, the first failed step hard-fails the job and blocks every job that depends on it. Defaults to true so one bad package does not abandon the rest of a bootstrap.
depends_on
Sourcedescription
Sourceitems
Sourcename
Sourcerestart_policy
Sourcesteps
Source