Member Junction
    Preparing search index...

    Result of a full RSU pipeline run.

    interface RSUPipelineResult {
        APIRestarted: boolean;
        BranchName?: string;
        EntitiesProcessed?: number;
        ErrorMessage?: string;
        ErrorStep?: string;
        GitCommitSuccess: boolean;
        MigrationFilePath?: string;
        Steps: RSUPipelineStep[];
        Success: boolean;
    }
    Index

    Properties

    APIRestarted: boolean
    BranchName?: string
    EntitiesProcessed?: number
    ErrorMessage?: string
    ErrorStep?: string
    GitCommitSuccess: boolean
    MigrationFilePath?: string
    Success: boolean