CCTray - 更改服务器的 url

发布于 2024-10-11 14:15:48 字数 144 浏览 5 评论 0原文

我安装并配置了 CC.Net,因此我可以从外部访问它。问题出在 CCTray 中,当我在网络上时,双击其中一个项目尝试打开 url 中包含内部名称的仪表板,该仪表板没有虚拟目录。

有没有办法为服务器配置这个?我知道每个项目的设置,但我不想为每个项目进行配置。

I have CC.Net installed and configured so its extenally accessable to me. The problem is in CCTray when I'm on the network, double clicking one of the projects tries to open the dashboard with the internal name in the url, which doesn't have the virtual directory.

Is there any way to configure this for the server? I know about the per project setting, but I'd hate to have to configure this for every project.

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

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

发布评论

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

评论(1

鸩远一方 2024-10-18 14:15:48

我认为你无法为服务器做到这一点。
不过,您可以定义一个预处理器常量 [1] 并在每个项目中引用它。例如:

<cb:define serverAdress="http://myserver/"/>
...
<project name="OneProject" queue="Q1" queuePriority="1">
  <webURL>$(serverAdresss)OneProject</webURL> 
...

[1] http://confluence.public.thoughtworks.org/display /CCNET/配置+预处理器

I don't think you can do it for the server.
Nevertheless, you can define a preprocessor constant [1] and refers to it in every project. For example :

<cb:define serverAdress="http://myserver/"/>
...
<project name="OneProject" queue="Q1" queuePriority="1">
  <webURL>$(serverAdresss)OneProject</webURL> 
...

[1] http://confluence.public.thoughtworks.org/display/CCNET/Configuration+Preprocessor

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