Merge pull request '2000 last builds' (#257) from master into release
All checks were successful
SHS Gitea/shstk/pipeline/head This commit looks good

Reviewed-on: #257
This commit was merged in pull request #257.
This commit is contained in:
2024-11-19 15:23:57 +03:00

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