f2
This commit is contained in:
@@ -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}") {
|
||||||
|
|||||||
Reference in New Issue
Block a user