diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-07 12:20:30 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-07 14:21:15 +0200 |
commit | a3ba927a30580c6ce2732613296d167698cec0fe (patch) | |
tree | 9f3fb840aef1145aa8e20fe6d5406f62cccf8b66 /job-cfg | |
parent | faeb8f47d0f7d88264718b40fb4375bf96bf33aa (diff) | |
download | jenkins.debian.net-a3ba927a30580c6ce2732613296d167698cec0fe.tar.xz |
reproducible: notes: re-add a call to the _html_notes.py script, otherwise the webui would not be updated anymore
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 d6b19d1a..949227cc 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -641,7 +641,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_notes.py' + my_shell: '/srv/jenkins/bin/reproducible_notes.py && /srv/jenkins/bin/reproducible_html_notes.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_html_howto': |