将参数从 Teamcity(属性)传递到命令行

发布于 2024-12-26 07:57:22 字数 111 浏览 0 评论 0原文

我试图将 teamcity 参数(项目名称)传递到命令行,但命令行没有选择它。从teamcity的角度来看,有什么方法可以做到这一点?

我以前做过,但有些事情发生了变化!

谢谢

I am trying to pass a teamcity parameter (the project name) to a command line, but the command line does not pick it up. From teamcity's side, what is the way to do this?

I had done it before but something changed!

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

书信已泛黄 2025-01-02 07:57:22

只需将 %paramater_name% 放入自定义脚本或命令参数字段即可。

Just put %paramater_name% into Custom script or Command parameters fields.

信仰 2025-01-02 07:57:22

为了将参数传递给脚本,您应该定义
构建配置中的环境或系统参数。参数的名称应该
evn.system. 开头。参数无
这些前缀称为配置参数,它们是
没有传递到构建。有关详细信息,请参阅文档(我假设您使用的是 TeamCity 6.5)。

In order to pass parameter to the script you should define either
environment or system parameter in your build configuration. A name of the parameter should
start with evn. or system.. Parameters without
such prefixes are called configuration parameters and they are
not passed to the build. See documentation for details (I assume you are using TeamCity 6.5).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文