@resistdesign/voltra
    Preparing search index...

    Type Alias BuildPipelineRepoConfig

    Source repository configuration for the build pipeline.

    type BuildPipelineRepoConfig = {
        branch: any;
        oauthToken: any;
        owner: any;
        provider?: any;
        repo: any;
    }
    Index

    Properties

    branch: any

    Repository branch name.

    oauthToken: any

    OAuth token for source access.

    owner: any

    Repository owner/organization.

    provider?: any

    CodePipeline provider (e.g., GitHub).

    repo: any

    Repository name.