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