blob: 2e926b00438060121553399877c857d0ce068f0e (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<project>
<buildWrappers>
<org.jenkinsci.plugins.livescreenshot.LiveScreenshotBuildWrapper plugin="livescreenshot">
<fullscreenFilename>my_screenshot.png</fullscreenFilename>
<thumbnailFilename>my_screenshot-thumb.png</thumbnailFilename>
</org.jenkinsci.plugins.livescreenshot.LiveScreenshotBuildWrapper>
</buildWrappers>
</project>
|