diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-17 19:40:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-17 19:40:32 +0200 |
commit | 044a78e5a985f110f2bd15a9102f673f23997e09 (patch) | |
tree | 97300dae2ba33760b80e215965c869a354ba2440 /job-cfg | |
parent | 1aa7e0422d9f0a4561aa952ce6a89a1ba9bedd31 (diff) | |
download | jenkins.debian.net-044a78e5a985f110f2bd15a9102f673f23997e09.tar.xz |
reproducible: refactor, mv notes+issues html generation into seperate job
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 95572bed..6390fac8 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -89,6 +89,10 @@ name: '{name}_dd_list' - job-template: + defaults: reproducible + name: '{name}_notes' + +- job-template: defaults: reproducible_builder name: '{name}_builder_alpha' @@ -119,6 +123,10 @@ my_description: 'Generates HTML results (dd-list) for reproducible builds.' my_timed: '53 23 * * *' my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.sh' + - '{name}_notes': + my_description: 'Generates HTML results (notes) for reproducible builds, triggered by changes to the notes.git repository.' + my_timed: '' + my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh' - '{name}_builder_alpha': my_description: 'Try to reproducibly build a scheduled package. This is one of several builder jobs.' my_timed: 'H/2 * * * *' |