diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-15 14:35:44 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 14:35:44 +0100 |
commit | 6eb1b6e710d84b16f340232a57d1f451057b2755 (patch) | |
tree | 7dbd1667ce93d026ea38d4988d2bf26bfb65165a /job-cfg | |
parent | 962cecd0ef5d109b5e07fbb4b1bca43f0fb4e4c1 (diff) | |
download | jenkins.debian.net-6eb1b6e710d84b16f340232a57d1f451057b2755.tar.xz |
chroot-installations: keep logs much longer
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 350ea244..ca66ec25 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -209,8 +209,8 @@ data.append( 'description': '{my_description}{do_not_edit}', 'logrotate': { 'artifactDaysToKeep': -1, 'artifactNumToKeep': -1, - 'daysToKeep': 90, - 'numToKeep': 30}, + 'daysToKeep': 120, + 'numToKeep': 150}, 'name': 'chroot-installation', 'properties': [ { 'sidebar': { 'icon': '/userContent/images/debian-swirl-24x24.png', 'text': 'About jenkins.debian.net', |