summaryrefslogtreecommitdiffstats
path: root/job-cfg/reproducible.yaml
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-08-05 18:06:56 +0000
committerHolger Levsen <holger@layer-acht.org>2015-08-06 18:10:56 +0200
commitb0922ed1fcea697d760bc0bc9ac46ed47f1e0dc5 (patch)
treebfb95a0d18919f43dd2c6b85601d0148d3a58575 /job-cfg/reproducible.yaml
parent376fc9398a589bd76288fbf1d2c15b17563376b0 (diff)
downloadjenkins.debian.net-b0922ed1fcea697d760bc0bc9ac46ed47f1e0dc5.tar.xz
reproducible: tweak the reproducible_html_notes job definition
Diffstat (limited to 'job-cfg/reproducible.yaml')
-rw-r--r--job-cfg/reproducible.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml
index 91129680..15d190ce 100644
--- a/job-cfg/reproducible.yaml
+++ b/job-cfg/reproducible.yaml
@@ -34,7 +34,7 @@
node: '{my_node}'
- defaults:
- name: reproducible_notes
+ name: reproducible_git
project-type: freestyle
triggers:
- timed: '{my_timed}'
@@ -60,7 +60,6 @@
artifactNumToKeep: -1
builders:
- shell: '{my_shell}'
- - shell: '/srv/jenkins/bin/reproducible_notes.py'
publishers:
- logparser:
parse-rules: '/srv/jenkins/logparse/reproducible.rules'
@@ -322,7 +321,7 @@
name: '{name}_html_dd_list'
- job-template:
- defaults: reproducible_notes
+ defaults: reproducible_git
name: '{name}_html_notes'
- job-template:
@@ -638,7 +637,7 @@
my_description: 'Generate HTML results (notes) for reproducible builds, triggered by changes to the <a href="https://anonscm.debian.org/cgit/reproducible/notes.git" target="_blank">notes.git</a> repository.'
my_timed: '57 0 * * *'
my_gitrepo: 'git://git.debian.org/git/reproducible/notes.git'
- my_shell: '/srv/jenkins/bin/reproducible_html_notes.py'
+ 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_all_packages':