CCNet - 电子邮件通知网页 URL 指向本地主机?

发布于 2024-09-30 15:24:24 字数 272 浏览 2 评论 0原文

当我从 ccnet 发送电子邮件通知时。电子邮件中的网页链接指向 localhost,而不是构建机器的 IP 地址。

有谁知道如何改变这个?

电子邮件如下:

CruiseControl.NET 项目ExampleProj 的构建结果(网页)

构建成功 项目:ExampleProj 构建日期:2010-11-03 16:49:36 运行时间:00:00:10 集成请求:管理员从 Buildbox 触发了构建 (ForceBuild) 自上次构建以来的修改 (0)

When I send an email notification from ccnet. The webpage link in the email points to localhost rather than the ip address of the build machine.

Does anyone know how to change this?

email is as follows:

CruiseControl.NET Build Results for project ExampleProj (web page)

BUILD SUCCESSFUL
Project: ExampleProj
Date of build: 2010-11-03 16:49:36
Running time: 00:00:10
Integration Request: Administrator triggered a build (ForceBuild) from Buildbox
Modifications since last build (0)

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

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

发布评论

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

评论(2

深巷少女 2024-10-07 15:24:24

您可以在 ccnet.config 文件中对其进行配置:

<project>
<name>ProjectName</name>
<webURL>http://buildbox/ccnet</webURL>

You configure it in the ccnet.config file:

<project>
<name>ProjectName</name>
<webURL>http://buildbox/ccnet</webURL>
浮华 2024-10-07 15:24:24

它可能位于网站目录下的 XSL 文件中。

It's probably in the XSL files under the website directory.

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