init commit

master
rforstner 2021-11-26 11:39:19 +01:00
parent 423e728210
commit 2596891161
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,6 @@
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 {