Compare commits
2 Commits
2b33275310
...
69c5d80912
| Author | SHA1 | Date | |
|---|---|---|---|
| 69c5d80912 | |||
| 614729cc94 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user