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([
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user