Log rotation introduced
This commit is contained in:
parent
816728a377
commit
188366fffe
@ -103,6 +103,9 @@ platforms.each { platform ->
|
||||
description('Runs synchronization script on PVE')
|
||||
// The job must be run on pve node
|
||||
label('pve')
|
||||
logRotator {
|
||||
numToKeep(5)
|
||||
}
|
||||
parameters {
|
||||
stringParam('MIRRORS_DEST',
|
||||
mirrorsDest,
|
||||
|
Loading…
x
Reference in New Issue
Block a user