@buildkite/buildkite-sdk
    Preparing search index...

    Interface BuildkitePipeline

    interface BuildkitePipeline {
        agents?: Agents;
        env?: Env;
        image?: string;
        notify?: BuildNotify;
        secrets?: Secrets;
        steps?: PipelineSteps;
    }
    Index

    Properties

    agents?: Agents
    env?: Env
    image?: string
    notify?: BuildNotify
    secrets?: Secrets