test default
This commit is contained in:
parent
d78296cbec
commit
6f8454182d
@ -9,12 +9,13 @@ def call(body) {
|
||||
reposConfig[repo.key] = [
|
||||
gitBranch: repo.value.gitBranch,
|
||||
gitRepo: repo.value.gitRepo,
|
||||
gitCreds: repo.value.gitCreds
|
||||
gitCreds: repo.value.gitCreds,
|
||||
testValue: repo.value?.testValue ?: "default"
|
||||
]
|
||||
}
|
||||
|
||||
reposConfig.each{repo ->
|
||||
echo "Map Element ${repo.key}: ${repo.value.gitRepo}"
|
||||
echo "Map Element ${repo.key}: ${repo.value.gitRepo} = ${repo.value.testValue}"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user