diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-18 17:18:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-18 17:18:04 +0100 |
commit | 46a409eeac0711d080b4c088564eb875c0b9cc38 (patch) | |
tree | 1d01631704cda79e935dd323e9ef0311ea15726f /job-cfg | |
parent | 93a7888f7814cec6cd2e144607aa85c6a382fe30 (diff) | |
download | jenkins.debian.net-46a409eeac0711d080b4c088564eb875c0b9cc38.tar.xz |
torbrowser tests: keep thumbnail of last screenshot in predictable location.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/torbrowser-launcher.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/torbrowser-launcher.yaml b/job-cfg/torbrowser-launcher.yaml index 14c6ad94..a728c6dd 100644 --- a/job-cfg/torbrowser-launcher.yaml +++ b/job-cfg/torbrowser-launcher.yaml @@ -76,7 +76,7 @@ latest_only: false - imagegallery: title: '{my_description}' - includes: 'results/*.png' + includes: 'results/screenshot_*.png' image-width: 300 - email: recipients: '{my_recipients}' @@ -132,7 +132,7 @@ latest_only: false - imagegallery: title: '{my_description}' - includes: 'results/*.png' + includes: 'results/screenshot_*.png' image-width: 300 - email: recipients: '{my_recipients}' |