interface JobOptions
implements CommonImageOptions
import { type JobOptions } from "https://deno.land/x/cicada@v0.1.49/mod.ts";
The options for a job, including the name, base image, environment variables, secrets, folder cache, and steps.
Properties
optional
dependsOn: Job[]A list of jobs that must run before the current job can be executed.