gpt4 book ai didi

msbuild - 在 CruiseControl.net 中,如何将构建错误消息合并到电子邮件中?

转载 作者:行者123 更新时间:2023-12-02 10:19:13 25 4
gpt4 key购买 nike

当构建失败时,我想从日志文件中获取错误消息并将其作为电子邮件正文的一部分发送。我怎样才能做到这一点?我正在使用msbuild。我可以从 buildlogs 文件夹附加 xml 文件,但我宁愿发送纯文本。

最佳答案

这很容易。假设您正确记录 msbuild 任务(例如使用thoughtworks记录器),您需要:

  • 编辑 ccservice.exe.config 文件(在构建服务器上,路径 $CCNET\server):在 xslFiles 部分添加所需的 xsl 文件(用于电子邮件内容)<
  • 对用于仪表板内容的 dashboard.config 文件(在构建服务器上,路径 $CCNET\dashboard)执行相同的操作。

我认为您需要添加 xsl\compile-msbuild.xsl 文件。例如我的部分如下所示:

<xslFiles>
<file name="xsl\header.xsl"/>
<file name="xsl\compile.xsl"/>
<file name="xsl\compile-msbuild.xsl"/>
<file name="xsl\unittests.xsl"/>
<file name="xsl\fit.xsl"/>
<file name="xsl\modifications.xsl"/>
</xslFiles>

关于msbuild - 在 CruiseControl.net 中,如何将构建错误消息合并到电子邮件中?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4442016/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com