如何通过邮件发送黄瓜HTML报告

时间:2018-09-20 12:15:54

标签: jenkins cucumber jenkins-plugins

我有一个自动化项目,我正在通过Jenkins运行。如果构建成功或失败,则在单击链接“黄瓜功能级别概述报告”后,将显示所有html报告。

在pom中添加了依赖项

<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>email-ext</artifactId>
<version>2.25</version>
</dependency>

在詹金斯工作中添加了代码:- 部分:可编辑的电子邮件通知->默认内容

$ {FILE,path =“ https://jenkins.company.com/dareProject/job/Automation_Jobs/job/Dare_Project_job/Cucumber_Steps_Level_Overview_Report/”}

我收到的错误邮件:-

错误:文件'https://jenkins.company.com/dareProject/job/Automation_Jobs/job/Dare_Project_job/Cucumber_Steps_Level_Overview_Report/'不存在

以及如何在电子邮件的正文中显示报告?

1 个答案:

答案 0 :(得分:0)

  

我收到的邮件有误

path参数中,您必须使用文件系统中文件相对于作业工作区的位置,而不是指向该文件的超链接!

  

以及如何在电子邮件的正文中显示报告?

Default Content字段中设置正确的路径,然后在HTML (text/html)字段中选择Content Type