diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-23 22:52:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-23 22:52:20 +0200 |
commit | c9f61cb51d808248be2614580f6e050bcb4f6adc (patch) | |
tree | b3ff2067eb35f786e73da0f0a1ecea6690712d5f /job-cfg | |
parent | 2ed6532a4bcb4dc553565ce1887d28748aeb4e66 (diff) | |
download | jenkins.debian.net-c9f61cb51d808248be2614580f6e050bcb4f6adc.tar.xz |
fix typo in last commit. groaaar.
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 9b54a029..15dd4faa 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -32,14 +32,14 @@ - job-template: defaults: reproducible - name: '{name}_build_core_good' + name: '{name}_build_example_good' publishers: - email: recipients: 'jenkins+reproducible holger@layer-acht.org lunar@debian.org' - job-template: defaults: reproducible - name: '{name}_build_core_fail' + name: '{name}_build_example_fail' publishers: - email: recipients: 'jenkins+reproducible holger@layer-acht.org lunar@debian.org' |