是否可以更改 TeamCity 的工件路径

发布于 2024-08-18 04:35:04 字数 191 浏览 5 评论 0原文

teamcity 工件的默认路径是

C:\#User#\.BuildServer\system\artifacts

我怎样才能将其更改为

d:\TeamCity\Artifacts

谢谢

The default path for teamcity artifacts is

C:\#User#\.BuildServer\system\artifacts

How can i change it to

d:\TeamCity\Artifacts

Thanks

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

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

发布评论

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

评论(1

向日葵 2024-08-25 04:35:04

对我来说,默认值是 D:\BuildServer\system\artifacts 是

的,您可以设置 TEAMCITY_DATA_PATH 环境变量。

请参阅此处:http://www.jetbrains.net/confluence/display/ TCD4/TeamCity+数据+目录

默认情况下,放置在用户的
主目录(例如它是
Linux 下的 $HOME/.BuildServer 和
C:\文件和
设置\.BuildServer)
在Windows下。或者,您可以
在其中之一定义此目录
有以下几种方式:

  1. 作为 Tomcat 系统属性 teamcity.data.path(请参阅系统
    用于运行服务器的属性)
  2. 在 TEAMCITY_DATA_PATH 环境变量中(这将是
    如果 teamcity.data.path JVM 使用
    未找到系统属性)

For me the default is D:\BuildServer\system\artifacts

Yes you can, set the TEAMCITY_DATA_PATH environment variable.

See here: http://www.jetbrains.net/confluence/display/TCD4/TeamCity+Data+Directory

By default, the is placed in the user's
home directory (e.g. it is
$HOME/.BuildServer under Linux and
C:\Documents and
Settings\.BuildServer)
under Windows. Alternatively, you can
define this directory in one of the
following ways:

  1. As a Tomcat system property teamcity.data.path (see System
    Properties for Running the Server)
  2. In the TEAMCITY_DATA_PATH environment variable (this will be
    used if the teamcity.data.path JVM
    system property is not found)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文