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
| repository |
The AzDO repository GUID, if resolvable. |
| repository |
The repository name as referenced in the YAML (e.g. "MyProject/TemplatesRepo"). |
| repository |
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