This commit is contained in:
2023-04-22 14:04:01 +03:00
parent cb2be9b5fb
commit 33707bbc87

View File

@@ -15,7 +15,7 @@ class Platforms {
}
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 ->
if (dist.enabled) {
steps.stage ("${key}${stage_suffix}") {