try to work #267

Merged
peri4 merged 1 commits from master into release 2024-12-03 11:31:21 +03:00
Showing only changes of commit 348d39f566 - Show all commits

2
Jenkinsfile vendored
View File

@@ -34,7 +34,7 @@ def build_docker(dist, release_dir, is_testing, is_debug) {
} }
properties([ properties([
[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '2000']], [$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '2000']],
[booleanParam(name: 'Debug', defaultValue: false, description: 'Build debug version')], booleanParam(name: 'Debug', defaultValue: false, description: 'Build debug version'),
copyArtifactPermission('*') copyArtifactPermission('*')
]); ]);
node { node {