如何将一个 Azure Devops 实例中的 Azure Pipelines 连接到另一个 Azure Devops 实例中的 Azure Repo

How do i connect Azure Pipelines in one instance of Azure Devops to an Azure Repo in a separate instance of Azure Devops

有关如何将一个 Azure Devops 实例中的 Azure Pipelines 连接到另一个 Azure Devops 实例中的 Azure Repo 的任何建议。

我想我会使用 "Other Git" 作为代码源,但我想看看是否有人对此有任何建议。

谢谢

How do i connect Azure Pipelines in one instance of Azure Devops to an Azure Repo in a separate instance of Azure Devops

你走对了!如果你想在另一个单独的 Azure Devops 实例中构建 Azure 存储库,你应该使用“Other Git”作为代码源。

根据文档Pipeline options for Git repositories

While editing a pipeline that uses a Git repo (in an Azure DevOps or TFS project, GitHub, GitHub Enterprise Server, Bitbucket Cloud, or another Git repo),

因此,我们可以使用最新的选项,另一个 Git 存储库

详情:

  • 单击 Other Git 并添加 new service connection:

  • 添加该存储库的 Git repository URLPAT
  • 单击“确定”按钮保存连接。

作为测试,我可以在另一个 Azure Repo 中构建项目。

希望这对您有所帮助。