diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-09 17:17:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-09 17:17:58 +0200 |
commit | 1139655eec52ac63c05df2d5dd41a681698925a5 (patch) | |
tree | b885e1080abd6ed5c7f9f3277f980c7e29a4865d | |
parent | 5c94bcb90e099f3f2e2c0e56da47248025e78fbb (diff) | |
download | jenkins.debian.net-1139655eec52ac63c05df2d5dd41a681698925a5.tar.xz |
reproducible: collect node information at midnight
-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 d42cf776..d7491b0d 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -752,7 +752,7 @@ my_node: '' - '{name}_nodes_info': my_description: 'Collect various information from build nodes used for reproducible builds.' - my_timed: '37 13 * * *' + my_timed: '0 0 * * *' my_shell: '/srv/jenkins/bin/reproducible_nodes_info.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' |