@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
10 lines • 430 B
TypeScript
import type { BuildContextStandalone, ComponentContext, WorkspaceContext } from "../..";
import type { AppBuildJobDefinition } from "../../types/jobDefinition";
import type { CatladderJob } from "../../types/jobs";
export declare const createAppBuildJob: (context: ComponentContext<BuildContextStandalone> | WorkspaceContext, {
script,
variables,
runnerVariables,
cache,
...def
}: AppBuildJobDefinition) => CatladderJob;