Instantiate a CircleCI Job
Name your job with a unique identifier
The reusable executor to use for this job. The Executor must have already been instantiated and added to the config.
A list of Commands to execute within the job in the order which they were added.
The reusable executor to use for this job. The Executor must have already been instantiated and added to the config.
The name of the current Job.
A list of Commands to execute within the job in the order which they were added.
Generate Job schema
The generated JSON for the Job.
Generated using TypeDoc
Jobs define a collection of steps to be run within a given executor, and are orchestrated using Workflows.