init commit

master
rforstner 2021-11-26 12:25:50 +01:00
parent eca0391a33
commit 4334cc45d2
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,9 +1,9 @@
def loopEnvironments(environments){
print env.JENKINS_URL
environments.each { key ->
environments.each { key, val ->
//sh "echo ${key} - ${value}"
env = readYaml key
env = readYaml val
//environments."${key}".each {k -> sh "echo ${k} "}
env.each { k,v -> sh "echo ${k} - ${v}"}
}