diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-28 19:58:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-28 19:58:32 +0200 |
commit | 5ce08116656174f25fa55f94b4a386f3e386925e (patch) | |
tree | 0e33b2d64c2714a0dc19a8683e52fe4235af3901 /job-cfg | |
parent | ffe7a41dcf1079af3a9cd6b7da50c459712c2996 (diff) | |
download | jenkins.debian.net-5ce08116656174f25fa55f94b4a386f3e386925e.tar.xz |
reproducible debian: update live status every 6 minutes instead of 3
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 ac87e4dc..a3c9faba 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -443,7 +443,7 @@ my_timed: '' - 'html_live_status': my_description: 'Generate an HTML page showing the live status of all builds happening or scheduled by humans.' - my_timed: 'H/3 * * * *' + my_timed: 'H/6 * * * *' my_shellext: ".py" - 'create_meta_pkg_sets': my_description: 'Create meta package sets for later consumption when generating HTML stats.' |