From 1e2cf22e0aa5cbc14d846c5d4f55ecf5989fb527 Mon Sep 17 00:00:00 2001 From: peri4 Date: Tue, 19 Nov 2024 15:23:44 +0300 Subject: [PATCH] 2000 last builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 21c7b64..1d99ec5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ def build_docker(dist, release_dir, is_testing) { } return "\n - ${image_name}" } -properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '20']], copyArtifactPermission('*')]); +properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '2000']], copyArtifactPermission('*')]); node { stage("Download SRC") { checkout scm