RunSelfHostedRollbackRequest: {
    appId?: string;
    config: Config;
    envId: string;
    infraId?: string;
    pipelineUrl: string;
    tag: string;
}

Type declaration

  • OptionalappId?: string

    Application Id

  • config: Config
  • envId: string

    Environment Id

  • OptionalinfraId?: string

    Shared Infra Id

  • pipelineUrl: string

    Url of pipeline currently running

  • tag: string

    Current version tag to rollback