Merge pull request 'try to work' (#267) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: #267
This commit was merged in pull request #267.
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