diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-23 01:57:01 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-23 01:57:01 +0100 |
commit | 99d3128890493a05a20d64c56361f56c824dac10 (patch) | |
tree | c0bab688f341b9d10fea638937e6b7190f91e0d5 | |
parent | e4022e8fd1e0cdbdf83589b0bc0123aee5204cb7 (diff) | |
download | jenkins.debian.net-99d3128890493a05a20d64c56361f56c824dac10.tar.xz |
lvc: preserve screenshots and create image gallery
-rw-r--r-- | job-cfg/lvc.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 8309e026..15adbe42 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -24,8 +24,12 @@ - email: recipients: 'holger@layer-acht.org' - archive: - artifacts: '*.webm' + artifacts: '*.webm, {my_pngs}' latest_only: false + - imagegallery: + title: '{my_title}' + includes: '{my_pngs}' + image-width: 300 builders: - shell: '/srv/jenkins/bin/lvc/run_test_suite {my_params}' triggers: @@ -39,7 +43,9 @@ name: lvc jobs: - '{name}_debian-live_squeeze': + my_title: 'Debian Live 7' my_time: '23 45 31 12 *' my_params: '--capture lvc_debian-live_squeeze.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso DebianLive7/apt.feature' + my_pngs: 'apt-*.png' my_description: 'Work in progress...' |