try to work
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user