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.
Additional optional properties to further configure the job.
A map of environment variable names and values.
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.
Number of parallel instances of this job to run (defaults to 1 if undefined)
Shell to use for execution command in all steps.
A list of Commands to execute within the job in the order which they were added.
In which directory to run the steps. Will be interpreted as an absolute path.
Add an environment variable to the job. This will be set in plain-text via the exported config file. Consider using project-level environment variables or a context for sensitive information.
Generate Job schema
The generated JSON for the Job.
Generates the contents of the Job.
The generated JSON for the Job's contents.
Generated using TypeDoc
Jobs define a collection of steps to be run within a given executor, and are orchestrated using Workflows.