Edit

RepositoryReference interface

Describes a repository referenced by a pipeline that may need a mapping for cross-repo rewiring. Surfaced in RequiredMappings when the pipeline status is NeedsMappings.

Properties

repositoryId

The AzDO repository GUID, if resolvable.

repositoryName

The repository name as referenced in the YAML (e.g. "MyProject/TemplatesRepo").

repositoryType

The repository type as declared in the YAML (e.g. "git", "github").

Property Details

repositoryId

The AzDO repository GUID, if resolvable.

repositoryId: string

Property Value

string

repositoryName

The repository name as referenced in the YAML (e.g. "MyProject/TemplatesRepo").

repositoryName: string

Property Value

string

repositoryType

The repository type as declared in the YAML (e.g. "git", "github").

repositoryType: string

Property Value

string