PHPユニットテストを自動化するためにJenkinsとEmail-Extプラグインを使用しています。テストが失敗した場合は、zip形式のテストレポートを含む通知メールを自分に送信したいと思います。
Email-Extプラグインでは、添付ファイルフィールドにAntファイルセットの定義が必要です。zip形式のテストレポートは次の場所にあります。
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.