init commit

master
rforstner 2021-11-26 12:33:40 +01:00
parent 4334cc45d2
commit 470532b2d9
1 changed files with 5 additions and 3 deletions

8
Jenkinsfile vendored
View File

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