summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-05 18:09:42 +0000
committerHolger Levsen <holger@layer-acht.org>2015-08-06 18:10:56 +0200
commite9cd5b256716abe0580950111aa61f267874d499 (patch)
tree2064db07eff5cd4c6ff5f4c454efcedc77e6d35d /job-cfg/reproducible.yaml
parentb0922ed1fcea697d760bc0bc9ac46ed47f1e0dc5 (diff)
downloadjenkins.debian.net-e9cd5b256716abe0580950111aa61f267874d499.tar.xz
reproducible: add a job to build+publish the reproducible builds howto
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 15d190ce..13123a4b 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -325,6 +325,10 @@
name: '{name}_html_notes'
- job-template:
+ defaults: reproducible_git
+ name: '{name}_html_howto'
+
+- job-template:
defaults: reproducible
name: '{name}_html_all_packages'
@@ -640,6 +644,13 @@
my_shell: '/srv/jenkins/bin/reproducible_html_notes.sh && /srv/jenkins/bin/reproducible_notes.py'
my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org'
my_node: ''
+ - '{name}_html_howto':
+ my_description: 'Generate the HTML of the reproducible builds howto, triggered by changes to the <a href="https://anonscm.debian.org/cgit/reproducible/reproducible-builds-howto.git" target="_blank">notes.git</a> repository.'
+ my_timed: '57 0 * * *'
+ my_gitrepo: 'git://git.debian.org/git/reproducible/reproducible-builds-howto.git'
+ my_shell: '/srv/jenkins/bin/reproducible_html_howto.sh'
+ my_recipients: 'jenkins+debian-reproducible qa-jenkins-scm@lists.alioth.debian.org'
+ my_node: ''
- '{name}_html_all_packages':
my_description: 'Generate HTML results (for all packages) for reproducible builds. This job is rather redudant and just run to give a fuzzy warm feeling all pages are good.'
my_timed: '37 13 * * 1'