This commit is contained in:
Hyatt 2022-03-04 09:24:09 -06:00
parent bc3fc3ccfa
commit 8f86d10f11
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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