init commit

OPMAAS-3581
rforstner 2021-11-26 12:36:58 +01:00
parent 22892dc215
commit 1d0da448e3
1 changed files with 2 additions and 3 deletions

5
Jenkinsfile vendored
View File

@ -4,9 +4,8 @@
environments.each { key, val ->
//sh "echo ${key} - ${value}"
environments."${key}".each {k -> env = readYaml "${k}"
env.each {a,b -> "echo ${b} "}
}
environments."${key}".each {k,v -> sh "echo ${k} - ${v}"
//env.each { k,v -> sh "echo ${k} - ${v}"}
}