Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何按指定顺序为 5 个应用程序创建仅部署 YAML 管道。这些应用程序代码位于不同的项目中,并且 Repos 有自己的构建管道,可将构建工件发布到工件提要。
这些应用程序代码位于不同的项目和 Repos 中
下载管道工件任务可以从特定项目/管道下载工件,只要您的项目名称和管道 ID。
按指定顺序为 5 个应用程序创建仅部署 YAML 管道。
建议将部署步骤放在部署作业中。在deploy 生命周期钩子中,添加DownloadPipelineArtifact任务以下载您的工件,然后按指定顺序部署您的应用程序。
deploy
DownloadPipelineArtifact