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