This commit is contained in:
Hyatt 2022-03-04 09:28:07 -06:00
parent 14c95acade
commit e200f741ea
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -6,10 +6,10 @@ def call(body) {
def reposConfig = [:]
config.reposConfig.each{repo ->
reposConfig = [
gitBranch: repo.value.gitBranch,
gitRepo: repo.value.gitRepo,
gitCreds: repo.value.gitCreds
reposConfig[repo.key] = [
gitBranch: repo.value.gitBranch,
gitRepo: repo.value.gitRepo,
gitCreds: repo.value.gitCreds
]
}