Skip to main content
Module

x/cicada/lib.ts>PipelineOptions

Write CI/CD pipelines using TypeScript
Latest
interface PipelineOptions
import { type PipelineOptions } from "https://deno.land/x/cicada@v0.1.50/lib.ts";

The options for a pipeline, including the name and the conditions under which the pipeline should run.

Properties

optional
name: string

The name of the pipeline

The trigger declares the conditions under which the pipeline should run.