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