diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-07-09 09:39:34 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-09 12:05:37 +0200 |
commit | 485f0301a9f4601e56823f4c39166cff49209a69 (patch) | |
tree | c542625418cd8920ebccdde108383920ec7a8007 /job-cfg | |
parent | e1a355b23ea0cad72ea1935f955376fe5230145a (diff) | |
download | jenkins.debian.net-485f0301a9f4601e56823f4c39166cff49209a69.tar.xz |
reproducible: also use the .py version for the reproducible_html_dd_list 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 8e629c6d..7f13f7c5 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -347,7 +347,7 @@ - '{name}_html_dd_list': my_description: 'Generate HTML results (dd-list) for reproducible builds.' my_timed: '55 23 * * *' - my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.sh' + my_shell: '/srv/jenkins/bin/reproducible_html_dd_list.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_notes': 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.' |