From 348d39f566e23163fcc6761d42ef276c6632b1c8 Mon Sep 17 00:00:00 2001 From: peri4 Date: Tue, 3 Dec 2024 11:31:08 +0300 Subject: [PATCH] try to work --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 760bb7f..942cded 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {