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

后端 未结 6 2196
情书的邮戳
情书的邮戳 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:38

    You just need to assign the link to the environment variable and then you can use that variable to print in the email using ${ENV, var=ENV_VARIABLE}.

提交回复
热议问题