Merge pull request 'another try' (#268) 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: #268
This commit was merged in pull request #268.
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -34,7 +34,9 @@ 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'),
|
||||
parameters([
|
||||
booleanParam(name: 'Debug', defaultValue: false, description: 'Build debug version')
|
||||
]),
|
||||
copyArtifactPermission('*')
|
||||
]);
|
||||
node {
|
||||
@@ -44,7 +46,7 @@ node {
|
||||
|
||||
def currentBranch = "${env.BRANCH_NAME}"
|
||||
def is_testing = currentBranch.toLowerCase().contains("test")
|
||||
def is_debug = Boolean.valueOf(Debug)
|
||||
def is_debug = Boolean.valueOf(Debug))
|
||||
|
||||
def pl = new org.SHS.Platforms(this)
|
||||
pl.get()
|
||||
|
||||
Reference in New Issue
Block a user