testing to see ig Map is a keyword

This commit is contained in:
2022-03-04 09:47:02 -06:00
parent 1e30925781
commit bd9fee8640

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}"
}