RepositoryReference interface

파이프라인이 참조하는 저장소를 설명하며, 교차 저장소 재배선을 위해 매핑이 필요할 수 있습니다. 파이프라인 상태가 NeedsMappings일 때 RequiredMappings에서 표면화됩니다.

속성

repositoryId

AzDO 저장소 GUID가 해결 가능하다면,

repositoryName

YAML에서 참조된 저장소 이름(예: "MyProject/TemplatesRepo")입니다.

repositoryType

YAML에서 선언된 저장소 유형(예: "git", "github")을 사용하세요.

속성 세부 정보

repositoryId

AzDO 저장소 GUID가 해결 가능하다면,

repositoryId: string

속성 값

string

repositoryName

YAML에서 참조된 저장소 이름(예: "MyProject/TemplatesRepo")입니다.

repositoryName: string

속성 값

string

repositoryType

YAML에서 선언된 저장소 유형(예: "git", "github")을 사용하세요.

repositoryType: string

속성 값

string