Hudson 和构建警告:可以将项目排除在报告之外吗?

发布于 2024-11-25 05:58:12 字数 187 浏览 5 评论 0原文

我希望 Hudson 在构建(VS2010、TFS)中遇到警告时向开发人员发送电子邮件。

问题是该解决方案包含来自另一家公司的几个我们无法触及的项目。由于它们是解决方案的一部分,因此需要在构建解决方案时构建它们,但我们不希望 Hudson 计算这些项目的警告(有很多)。

有没有办法告诉 Hudson 不要关心这些项目中的警告?

I'd like Hudson to send an e-mail to developers whenever a warning is encountered in the build (VS2010, TFS)

The problem is that the solution contains several projects from another company that we cannot touch. Since they are part of the solution, they need to be built when the solution is built, but we don't want Hudson to count warnings from those projects (there are plenty of them).

Is there a way to tell Hudson not to care about warnings in those projects?

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

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

发布评论

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

评论(2

梦明 2024-12-02 05:58:12

处理它的一种可能的方法是利用它们创建不同的项目 - 构建第 3 方依赖项,然后构建您编写的代码。

另请注意,您可以设置警告阈值。因此,如果您知道第 3 方内容中有多少警告,您可以将限制设置得更高 - 这样您就会收到一封指示新警告的电子邮件。

我认为您还可以设置电子邮件/状态来通知自上次构建以来警告数量是否增加。

One possible way to handle it is to make different projects out of them - build the 3rd party dependencies, then build the code you wrote.

Note also that there is a threshold on warnings that you can set. So if you know how many warnings are in the 3rd party stuff you can set the limit one higher - that way you get an email indicating the new warning.

I think you can also set up an email/status to notify if there is an increase in number of warnings since last build.

负佳期 2024-12-02 05:58:12

您可以使用 email-ext 插件的 ${BUILD_LOG_REGEX} 令牌来过滤项目中的警告。

You can use the ${BUILD_LOG_REGEX} token of the email-ext plugin to filter the warnings in your projects.

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