This commit is contained in:
2024-12-03 11:34:28 +03:00
parent cf130ec054
commit 52caaa7b47

2
Jenkinsfile vendored
View File

@@ -46,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()