diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-13 16:53:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-13 16:53:20 +0200 |
commit | e7602850f25895c2c9a1dd910059a60706f5f3ab (patch) | |
tree | 624339a8e1e787c76de908d2567694c4daf4f1cc | |
parent | f2ce1e9aca66cd22129d4da467bc0f8526232af4 (diff) | |
download | jenkins.debian.net-e7602850f25895c2c9a1dd910059a60706f5f3ab.tar.xz |
lvc: send job results via mail to fil too
-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 99d9dc64..179ff2e0 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -29,7 +29,7 @@ artifactNumToKeep: -1 publishers: - email: - recipients: 'qa-jenkins-scm@lists.alioth.debian.org' + recipients: 'qa-jenkins-scm@lists.alioth.debian.org, phil@hands.com' - archive: artifacts: '{my_pngs}, results/*.mkv, results/*.log' latest-only: false |