From 413c6f554c448d3e38d38bbb5b37e495951a4ae5 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Mon, 6 Dec 2021 15:55:30 +0100 Subject: [PATCH] jenkins: updated build discarder due to the additional images The nightly build holds now 2x mmc and 1x ramdisk image for each hw type. Thus the build discarder was updated. Signed-off-by: Marc Mattmueller --- Jenkinsfile_RamdiskImages | 4 ++-- Jenkinsfile_mmcImages | 4 ++-- Jenkinsfile_sdk | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile_RamdiskImages b/Jenkinsfile_RamdiskImages index 541be5d..a649892 100644 --- a/Jenkinsfile_RamdiskImages +++ b/Jenkinsfile_RamdiskImages @@ -27,9 +27,9 @@ pipeline { options { timeout(time: 5, unit: 'HOURS') buildDiscarder( - logRotator(numToKeepStr: '50', + logRotator(numToKeepStr: '40', daysToKeepStr: '7', - artifactNumToKeepStr: '50', + artifactNumToKeepStr: '40', artifactDaysToKeepStr: '7' ) ) diff --git a/Jenkinsfile_mmcImages b/Jenkinsfile_mmcImages index fdaeb33..e62da45 100644 --- a/Jenkinsfile_mmcImages +++ b/Jenkinsfile_mmcImages @@ -28,9 +28,9 @@ pipeline { options { timeout(time: 5, unit: 'HOURS') buildDiscarder( - logRotator(numToKeepStr: '50', + logRotator(numToKeepStr: '70', daysToKeepStr: '7', - artifactNumToKeepStr: '50', + artifactNumToKeepStr: '70', artifactDaysToKeepStr: '7' ) ) diff --git a/Jenkinsfile_sdk b/Jenkinsfile_sdk index df36c96..3b4d657 100644 --- a/Jenkinsfile_sdk +++ b/Jenkinsfile_sdk @@ -28,7 +28,7 @@ pipeline { options { timeout(time: 8, unit: 'HOURS') buildDiscarder( - logRotator(numToKeepStr: '5') + logRotator(numToKeepStr: '6') ) }