Jenkins和Jelly(ext-email插件)

时间:2011-05-18 08:13:22

标签: jenkins hudson hudson-plugins email-ext

我正在使用带有ext-email插件的果冻脚本。如果我想自己添加一张图片,我该如何用果冻脚本来做。我尝试了很多不同的方法但仍然是错误的搜索方式。

<IMG SRC="${JENKINS_HOME}email-templates/jenkins-logo/jenkins-logo/32x32/logotitle.jpg"/>
<IMG SRC="${rooturl}email-templates/jenkins-logo/jenkins-logo/32x32/logotitle.png"/>
<IMG SRC="${rooturl}Jenkins/email-templates/jenkins-logo/jenkins-logo/32x32/logotitle.gif"/>
<IMG SRC="C:/Jenkins/email-templates/jenkins-logo/jenkins-logo/32x32/logotitle.gif"/>

请告诉我。

2 个答案:

答案 0 :(得分:3)

您可以使用userContent目录来使用任何外部资源。

对于你的问题:

1。你应该将“myself.png”放到$JENKINS_HOME/userContent目录

2。在果冻脚本中,您可以使用<IMG SRC="${rooturl}/userContent/myself.png"/>

答案 1 :(得分:0)

您还可以将屏幕截图作为附件包含在内。在&#34;可编辑电子邮件通知的预先选项&#34;插件有这样一个地方:

enter image description here

指定应存储在工作区中的图像名称。