master #258

Merged
peri4 merged 3 commits from master into test 2024-11-20 20:03:08 +03:00
Showing only changes of commit 1e2cf22e0a - Show all commits

2
Jenkinsfile vendored
View File

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