【发布时间】:2016-11-15 17:32:23
【问题描述】:
我需要在 jenkins 管道中使用 email-ext 插件包含来自 html 文件的电子邮件内容(我的 jenkins 是 2.24 版本),我试试这个
emailext (
subject: "some subject",
body: "${FILE,path="enteryPath/template.html"}",
to: "email@example.com"
)
但不适合我:(有什么建议或解决方案吗??谢谢提前。
【问题讨论】:
标签: jenkins jenkins-pipeline email-ext