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.
我试图在开始构建时将默认的 git 分支作为提示参数传递。我尝试过使用环境变量和配置变量。但有些如何它不起作用。实际上我想根据用户输入构建不同的分支。此外,这将用作章鱼部署包。
阿什什
我们将 TeamCity 与 TFS 一起使用,我想它与 GIT 类似。我们添加了一个构建配置参数:
Name: checkout.rules Kind: Configuration parameter Value: +:Branches/HOTFIX => .
该值是可以覆盖的默认值。然后在版本控制设置下,添加一个引用参数的签出规则:
%checkout.rules%