Increase the number of logs kept

This commit is contained in:
Игорь Чудов 2019-10-08 13:04:40 +04:00
parent 7e35862e5c
commit 6213b5ff77
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -150,7 +150,7 @@ platforms.each { platform ->
// The job must be run on pve node
label('pve')
logRotator {
numToKeep(5)
numToKeep(10)
}
parameters {
stringParam('MIRRORS_DEST',
@ -186,7 +186,7 @@ job('infra/switch-backup') {
description('Signals switches to dump active configuration to central storage')
label('pve')
logRotator {
numToKeep(5)
numToKeep(20)
}
scm {
git {