diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 03:20:02 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:01 +0100 |
commit | 87179c84a7a58102082162a876696ee65f952e80 (patch) | |
tree | 125e67ee5c5f1e291329842f48bc20083d15db06 | |
parent | 6a5187520afdf3d187a52f3fe39da03aea379be1 (diff) | |
download | jenkins.debian.net-87179c84a7a58102082162a876696ee65f952e80.tar.xz |
lvc: publish .webm video
-rw-r--r-- | job-cfg/lvc.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index bf99cdff..c24c633c 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -23,6 +23,9 @@ publishers: - email: recipients: 'holger@layer-acht.org' + - archive: + artifacts: '*.webm' + latest_only: false builders: - shell: '/srv/jenkins/bin/libvirt_cucumber_tests {my_params}' triggers: |