diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-11 02:11:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-11 02:11:52 +0200 |
commit | eca5f99b6f2f8f8b571e8753d11b46894b534e1d (patch) | |
tree | 3fd4e1bd363c8184d9cb94d0faf07c1c8bb47465 | |
parent | d8d7ced6d465d8b7ae6798b2ff7757437e0507c7 (diff) | |
download | jenkins.debian.net-eca5f99b6f2f8f8b571e8753d11b46894b534e1d.tar.xz |
reproducible: updating live_status every 2min is fine
-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 52e98377..1ad0c4d0 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -748,7 +748,7 @@ my_node: '' - '{name}_html_live_status': my_description: 'Generate an HTML page showing the live status of all builds happening or scheduled by humans.' - my_timed: '* * * * *' + my_timed: 'H/2 * * * *' my_shell: '/srv/jenkins/bin/reproducible_html_live_status.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' |