init commit
parent
423e728210
commit
2596891161
|
|
@ -1,5 +1,6 @@
|
||||||
def loopEnvironments(environments){
|
def loopEnvironments(environments){
|
||||||
environments.each { entry -> sh "echo ${entry}"}
|
print env.JENKINS_URL
|
||||||
|
environments.each { entry -> sh "execute script on ${entry.name} with URL ${entry.env-url} and token name ${entry.env-token-name}"}
|
||||||
|
|
||||||
}
|
}
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue