fixes brackets
This commit is contained in:
parent
a130edd98d
commit
d78296cbec
@ -6,7 +6,7 @@ def call(body) {
|
||||
|
||||
def reposConfig = [:]
|
||||
config.reposConfig.each{repo ->
|
||||
reposConfig[repo.key] = {
|
||||
reposConfig[repo.key] = [
|
||||
gitBranch: repo.value.gitBranch,
|
||||
gitRepo: repo.value.gitRepo,
|
||||
gitCreds: repo.value.gitCreds
|
||||
|
Loading…
x
Reference in New Issue
Block a user