try to work

This commit is contained in:
2024-12-03 11:31:08 +03:00
parent 614729cc94
commit 348d39f566

2
Jenkinsfile vendored
View File

@@ -34,7 +34,7 @@ def build_docker(dist, release_dir, is_testing, is_debug) {
}
properties([
[$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('*')
]);
node {