This commit is contained in:
2022-03-04 09:24:09 -06:00
parent bc3fc3ccfa
commit 8f86d10f11

View File

@@ -4,7 +4,7 @@ def call(body) {
body.delegate = config body.delegate = config
body () body ()
def reposConfig = [:[:]] def reposConfig = [:]
config.reposConfig.each{repo -> config.reposConfig.each{repo ->
reposConfig = [ reposConfig = [
gitBranch: repo.value.gitBranch, gitBranch: repo.value.gitBranch,