This commit is contained in:
2023-04-25 12:32:58 +03:00
parent 05d5bf601d
commit abf04b791b

View File

@@ -19,8 +19,8 @@ class Platforms {
public def root() {return _root;} public def root() {return _root;}
public void forEach(functor, stageSuffix = "", whiteList = [], blackList = []) { public void forEach(functor, stageSuffix = "", whiteList = [], blackList = []) {
print("whiteList = ${whiteList}") steps.print("whiteList = ${whiteList}")
print("blackList = ${blackList}") steps.print("blackList = ${blackList}")
_root.Platforms.each { key, dist -> _root.Platforms.each { key, dist ->
if (dist.enabled) { if (dist.enabled) {
steps.stage ("${key}${stageSuffix}") { steps.stage ("${key}${stageSuffix}") {