12db2deb6e
Produce an image gallery using Javascript library using the https://wiki.jenkins-ci.org/display/JENKINS/Image+Gallery+Plugin Change-Id: I462c331dd989e43e100c9f23afec0529824514fa
30 lines
1.5 KiB
XML
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>
|