f2
This commit is contained in:
@@ -19,8 +19,8 @@ class Platforms {
|
||||
public def root() {return _root;}
|
||||
|
||||
public void forEach(functor, stageSuffix = "", whiteList = [], blackList = []) {
|
||||
print("whiteList = ${whiteList}")
|
||||
print("blackList = ${blackList}")
|
||||
steps.print("whiteList = ${whiteList}")
|
||||
steps.print("blackList = ${blackList}")
|
||||
_root.Platforms.each { key, dist ->
|
||||
if (dist.enabled) {
|
||||
steps.stage ("${key}${stageSuffix}") {
|
||||
|
||||
Reference in New Issue
Block a user