How to pass Arguments between build configuration steps in team city?

我是研究僧i 提交于 2019-12-05 10:46:16

The regular way to achive this in TeamCity would be to define a Dependency between the builds, then you can access all Parameters from previous builds.

  1. Define a Snapshot dependency between "Build Services Installers" and "Deploy Installers" (if not already done)
  2. You can now access all Parameters of the first build in "Deploy Installers" by typing %dep. - Autocomplete will tell you the rest.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!