From 2ada8afbf81115c4fda48a50f484d7da774a1403 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Tue, 12 Oct 2021 14:26:44 +0200 Subject: [PATCH] jenkins/update2head/sdk: changed logrotator to 5 items to keep Signed-off-by: Marc Mattmueller --- Jenkinsfile_sdk | 6 +----- Jenkinsfile_update2head | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile_sdk b/Jenkinsfile_sdk index 59355a7..0e93ffb 100644 --- a/Jenkinsfile_sdk +++ b/Jenkinsfile_sdk @@ -28,11 +28,7 @@ pipeline { options { timeout(time: 5, unit: 'HOURS') buildDiscarder( - logRotator(numToKeepStr: '5', - daysToKeepStr: '5', - artifactNumToKeepStr: '5', - artifactDaysToKeepStr: '5' - ) + logRotator(numToKeepStr: '5') ) } diff --git a/Jenkinsfile_update2head b/Jenkinsfile_update2head index a957acc..f2bac35 100644 --- a/Jenkinsfile_update2head +++ b/Jenkinsfile_update2head @@ -19,11 +19,7 @@ pipeline { options { timeout(time: 1, unit: 'HOURS') buildDiscarder( - logRotator(numToKeepStr: '5', - daysToKeepStr: '5', - artifactNumToKeepStr: '5', - artifactDaysToKeepStr: '5' - ) + logRotator(numToKeepStr: '5') ) disableConcurrentBuilds() }