If #4 is implemented, then it would be important to add Require (and RequiredBy) directives.
The Require directive, and it's RequiredBy counterpart, indicates that a job is required. Currently, every stated job is required by default. However, if file inclusion is supported, then it is nice to also support conditional inclusion of required jobs, as that enables building external components.
If #4 is implemented, then it would be important to add
Require(andRequiredBy) directives.The
Requiredirective, and it'sRequiredBycounterpart, indicates that a job is required. Currently, every stated job is required by default. However, if file inclusion is supported, then it is nice to also support conditional inclusion of required jobs, as that enables building external components.