diff options
author | Philip Hands <phil@hands.com> | 2016-06-10 11:18:47 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-10 11:22:01 +0200 |
commit | 4d38cf8d14563f5bf1f83564fd415accf9e475fb (patch) | |
tree | 3d38ce2476ff5ee3a46f1e5469355f140ed9081d /job-cfg | |
parent | 19823ec4fbf8f6fbc57554dfdd77fca730f7c84d (diff) | |
download | jenkins.debian.net-4d38cf8d14563f5bf1f83564fd415accf9e475fb.tar.xz |
lvc: use .mpg for now (until browsers grok .mkv)
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index c57e6187..dab5eb7b 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -31,7 +31,7 @@ - email: recipients: 'qa-jenkins-scm@lists.alioth.debian.org, phil@hands.com' - archive: - artifacts: '{my_pngs}, results/*.mkv, results/*.log' + artifacts: '{my_pngs}, results/*.mpg, results/*.log' latest-only: false - image-gallery: - title: '{my_title}' |