works
This commit is contained in:
@@ -15,7 +15,7 @@ class Platforms {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void forEach(functor, stage_suffix = "") {
|
public void forEach(functor, stage_suffix = "") {
|
||||||
def root = steps.readJSON(file: 'platforms/*/platforms.json')
|
def root = steps.readJSON(file: 'platforms_git/platforms.json')
|
||||||
root.Platforms.each { key, dist ->
|
root.Platforms.each { key, dist ->
|
||||||
if (dist.enabled) {
|
if (dist.enabled) {
|
||||||
steps.stage ("${key}${stage_suffix}") {
|
steps.stage ("${key}${stage_suffix}") {
|
||||||
|
|||||||
Reference in New Issue
Block a user