Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class Pipeline
import { Pipeline } from "https://deno.land/x/cicada@v0.1.2/lib.ts";

Represents a pipeline with an array of jobs.

Constructors

new
Pipeline(jobs: Job[])

Creates a new Pipeline instance.