Search code examples
configurationhudsoncompiler-warningsprojects-and-solutions

Hudson and build warnings: possible to exclude a project from reporting?


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?


Solution

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