diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-19 01:43:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-19 01:43:20 +0200 |
commit | 930e8da1fdcce85d12bf508c586275a71202b7ed (patch) | |
tree | 74c0d6b07098ac8b29d753c86f395c8ce13ae3e0 /job-cfg | |
parent | 96d5de87fa90884f2dcb4ef73f78e792150727d9 (diff) | |
download | jenkins.debian.net-930e8da1fdcce85d12bf508c586275a71202b7ed.tar.xz |
reproducible: update dashboards every 5min
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 f03f3484..9e905962 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -344,7 +344,7 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_dashboards': my_description: 'Generate HTML results (dashboards with graphs) for reproducible builds.' - my_timed: '*/15 * * * *' + my_timed: '*/5 * * * *' my_shell: '/srv/jenkins/bin/reproducible_html_dashboards.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' - '{name}_html_pkg_sets': |