@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
5 lines • 388 B
TypeScript
import type { ComponentContext } from "../../types/context";
import type { RollbackJobDefinition } from "../../types/jobDefinition";
import type { CatladderJob } from "../../types/jobs";
export declare const ROLLBACK_JOB_NAME = "\u21A9\uFE0F Rollback \u26A0\uFE0F";
export declare const createRollbackJob: (context: ComponentContext, jobDefinition: RollbackJobDefinition) => CatladderJob;