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.
使用交付管道服务,我想将我的工件部署到暂存/QA 环境中,QA/产品团队成员可以在这些更改合并到生产分支之前测试功能/缺陷修复。
创建拉取请求时,我将如何启动这些临时测试环境?
目前没有办法构建拉取请求。一种选择是拥有一个单独的分支,人们可以将代码合并到其中。然后,您可以拥有一个构建该分支的构建阶段和一个部署阶段以部署到您的登台/质量保证环境。然后,您可以让另一个阶段将合并到生产分支中。(注意,这个阶段只能手动触发。)