diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-10 22:12:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-10 22:12:51 +0200 |
commit | 6a709d2382d6e73fa76b4a39e38ef844465ea2e2 (patch) | |
tree | 39f836d948073ed09c654999ad96f0f5eabf4347 /job-cfg | |
parent | 1ac01039962d34c1adeb90837069c8012386c478 (diff) | |
download | jenkins.debian.net-6a709d2382d6e73fa76b4a39e38ef844465ea2e2.tar.xz |
reproducible: make live_status.html work nicely and run it every minute
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 4e65390a..52e98377 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: 'H/20 * * * *' # should be H/2 once it works properly + my_timed: '* * * * *' my_shell: '/srv/jenkins/bin/reproducible_html_live_status.py' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' |