diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-01-08 20:24:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-08 20:38:36 +0100 |
commit | 937554a711a672a8e9b5fd7a0643b155deb790b1 (patch) | |
tree | 82659230863021dd8593dc4ab2b056a71f28a97d /job-cfg | |
parent | b2139f7182417975fa6e5c3f5b342d5f00599708 (diff) | |
download | jenkins.debian.net-937554a711a672a8e9b5fd7a0643b155deb790b1.tar.xz |
reproducible: add my email to notified people for the reproducible_html_notes job
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index c0db3ff6..50eb44c0 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -225,7 +225,7 @@ my_timed: '57 0 * * *' my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git' my_shell: '/srv/jenkins/bin/reproducible_html_notes.py' - my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org' + my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org mattia@mapreri.org' - '{name}_html_all_packages': my_description: 'Generate HTML results (for all packages) for reproducible builds. This job is normally not needed and only run once a year.' my_timed: '12 12 30 12 *' |