Log rotation introduced

This commit is contained in:
Игорь Чудов 2019-10-04 16:52:35 +04:00
parent 816728a377
commit 188366fffe
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -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,