为jenkins图库插件指定文件路径

时间:2013-12-06 09:06:37

标签: jenkins jenkins-plugins

我想让https://wiki.jenkins-ci.org/display/JENKINS/Image+Gallery+Plugin开始工作。然而,每次尝试让它发挥作用只是告诉我:

Creating image galleries.
Creating archived images gallery.
This build has no artifacts. 
Skipping image gallery in this build.

文档稀疏,提供了3种类型的图像库:

Archived images galleryIn folder comparative archived images galleryMultiple folder comparative archived images gallery

对我毫无意义。

我唯一能做出正面或反面的是论证:一个需要“包含模式”,另一个需要“基础根目录”。

根据插件,

  

您可以使用“module / dist / * / .zip”之类的通配符。请参阅Ant文件集的includes属性以获取确切的格式。基目录是工作区。您只能归档工作区中的文件。

指向http://ant.apache.org/manual/Types/fileset.html

的链接

我将屏幕截图存储在/workspace/selenium/screenshots/a_screenshot.png

但以下不起作用:

包含模式:

**/*.png
*.png
selenium/screenshots/*.png

基础目录:

selenium/screenshots
/selenium/screenshots
/selenium/screenshots/*.png
/selenium/screenshots/*.png

我已经没有想法了。有没有人以前成功使用过这个插件,怎么样?

1 个答案:

答案 0 :(得分:10)

由于不熟悉詹金斯术语,我不知道“存档图像”实际上要求我首先“归档文物”!

添加另一个构建后步骤以存档屏幕截图,使其可用于图库。