我正在使用 Jenkins 和 Email-Ext 插件来自动化 PHP 单元测试。如果测试失败,我想向自己发送一封通知电子邮件,其中包括压缩的测试报告。
Email-Ext 插件需要在附件字段中定义 Ant 文件集。压缩测试报告可以在这里找到:
D:\Test_Reports\test-report-failed.zip
我找不到使用fileset
单个文件的绝对路径的工作示例。
我尝试了以下但没有奏效:
<fileset file="D:\Test_Reports\test-report-failed.zip" />
可以找到使用绝对路径但仅使用相对路径的任何示例。
这是 Email-ext 插件关于附件字段的官方帮助:
This is the set of attachments that will be used for the email. The format is a comma separated list of Ant include file syntax. The base directory is the workspace.