Jenkins : Sending Build Trend Graph as email

泪湿孤枕 提交于 2019-12-01 08:12:47

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" />

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!