jenkins-job-builder/tests/publishers/fixtures/image-gallery001.xml
Michal Vanco 12db2deb6e Support for image gallery publisher
Produce an image gallery using Javascript library using the
https://wiki.jenkins-ci.org/display/JENKINS/Image+Gallery+Plugin

Change-Id: I462c331dd989e43e100c9f23afec0529824514fa
2015-06-10 17:06:30 +02:00

30 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.imagegallery.ImageGalleryRecorder>
<imageGalleries>
<org.jenkinsci.plugins.imagegallery.imagegallery.ArchivedImagesGallery>
<title>Gallery 1</title>
<imageWidth>100</imageWidth>
<markBuildAsUnstableIfNoArchivesFound>True</markBuildAsUnstableIfNoArchivesFound>
<includes>path/images</includes>
</org.jenkinsci.plugins.imagegallery.imagegallery.ArchivedImagesGallery>
<org.jenkinsci.plugins.imagegallery.comparative.InFolderComparativeArchivedImagesGallery>
<title>Gallery 2</title>
<imageWidth>321</imageWidth>
<markBuildAsUnstableIfNoArchivesFound>False</markBuildAsUnstableIfNoArchivesFound>
<baseRootFolder>path/images2</baseRootFolder>
<imageInnerWidth>111</imageInnerWidth>
</org.jenkinsci.plugins.imagegallery.comparative.InFolderComparativeArchivedImagesGallery>
<org.jenkinsci.plugins.imagegallery.comparative.MultipleFolderComparativeArchivedImagesGallery>
<title>Gallery 3</title>
<imageWidth>222</imageWidth>
<markBuildAsUnstableIfNoArchivesFound>False</markBuildAsUnstableIfNoArchivesFound>
<baseRootFolder>path/images3</baseRootFolder>
<imageInnerWidth>1</imageInnerWidth>
</org.jenkinsci.plugins.imagegallery.comparative.MultipleFolderComparativeArchivedImagesGallery>
</imageGalleries>
</org.jenkinsci.plugins.imagegallery.ImageGalleryRecorder>
</publishers>
</project>