init commit

OPMAAS-3581
rforstner 2021-11-26 12:35:01 +01:00
parent 470532b2d9
commit 22892dc215
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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