Display HTML page inside mail body with Email-ext plugin in Jenkins

后端 未结 6 2198
情书的邮戳
情书的邮戳 2020-11-30 00:58

I am new to Jenkins and I want to know how it is possible to display the HTML report (not the HTML code) generated after a successful build inside a mail body (not as an att

6条回答
  •  情深已故
    2020-11-30 01:59

    You can use Editable Email Notification post build action to send html content as part of mail body.

    Copy html content in Default Content and select Content Type as HTML (text/html), as in below image:

提交回复
热议问题