Can jenkins send as email , the build trend graphs ?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Email-ext Plugin can send HTML e-mails. As the URL of the graph is known (for example, for the test trend graph the URL is: http://[server]/job/[job-name]/test/trend
) it can be embedded into your e-mail with <img>
tag like this:
<img src="${PROJECT_URL}test/trend" />
回答2:
I beleive ,there is no such plugin for Jenkins to send an email with trend graph of build.
For advance mailing or report , you can try plugin Email-ext