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
|
// The job must be run on pve node
|
||||||
label('pve')
|
label('pve')
|
||||||
logRotator {
|
logRotator {
|
||||||
numToKeep(5)
|
numToKeep(10)
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
stringParam('MIRRORS_DEST',
|
stringParam('MIRRORS_DEST',
|
||||||
@ -186,7 +186,7 @@ job('infra/switch-backup') {
|
|||||||
description('Signals switches to dump active configuration to central storage')
|
description('Signals switches to dump active configuration to central storage')
|
||||||
label('pve')
|
label('pve')
|
||||||
logRotator {
|
logRotator {
|
||||||
numToKeep(5)
|
numToKeep(20)
|
||||||
}
|
}
|
||||||
scm {
|
scm {
|
||||||
git {
|
git {
|
||||||
|
Loading…
Reference in New Issue
Block a user