Increase the number of logs kept
This commit is contained in:
parent
7e35862e5c
commit
6213b5ff77
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user