Compare commits

2 Commits

Author SHA1 Message Date
69c5d80912 Merge pull request 'fix' (#266) from master into release
Some checks failed
SHS Gitea/shstk/pipeline/head There was a failure building this commit
Reviewed-on: #266
2024-12-03 11:28:58 +03:00
614729cc94 fix 2024-12-03 11:28:44 +03:00

2
Jenkinsfile vendored
View File

@@ -44,7 +44,7 @@ node {
def currentBranch = "${env.BRANCH_NAME}" def currentBranch = "${env.BRANCH_NAME}"
def is_testing = currentBranch.toLowerCase().contains("test") 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) def pl = new org.SHS.Platforms(this)
pl.get() pl.get()