This commit is contained in:
Hyatt 2022-03-04 09:38:16 -06:00
parent ed3f2b8e6c
commit a130edd98d
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

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