testing to see ig Map is a keyword

This commit is contained in:
Hyatt 2022-03-04 09:47:02 -06:00
parent 1e30925781
commit bd9fee8640
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -15,7 +15,7 @@ def call(body) {
}
*/
def reposConfig = config.reposConfig ?: [:]
Map reposConfig = config.reposConfig ?: [:]
reposConfig.each{repo ->
echo "Map Element ${repo.key}: ${repo.value.gitRepo} = ${repo.value.testValue}"
}