2000 last builds

This commit is contained in:
2024-11-19 15:23:44 +03:00
parent f8e39467b0
commit 1e2cf22e0a

2
Jenkinsfile vendored
View File

@@ -25,7 +25,7 @@ def build_docker(dist, release_dir, is_testing) {
} }
return "\n - ${image_name}" 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 { node {
stage("Download SRC") { stage("Download SRC") {
checkout scm checkout scm