diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-11 19:43:24 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-11 19:43:24 +0100 |
commit | 6003960f863ed8178bb1ab6ba2d6a08262b2077e (patch) | |
tree | 59affcfaba01a7ac813ff96bd1dff8bb4c7abd6f /job-cfg | |
parent | 28fffbf83443e8d46cae1c33daa468cf2e6fc04a (diff) | |
download | jenkins.debian.net-6003960f863ed8178bb1ab6ba2d6a08262b2077e.tar.xz |
reproducible: cleanup cron entry
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 525b51cd..c2a2accc 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -243,7 +243,7 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_indexes': my_description: 'Generate HTML results (indexes) for reproducible builds.' - my_timed: '59 */1 * * *' + my_timed: '59 * * * *' my_shell: '/srv/jenkins/bin/reproducible_html_indexes.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_dd_list': |