This commit is contained in:
Hyatt 2022-03-04 09:24:57 -06:00
parent 8f86d10f11
commit 14c95acade
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -14,7 +14,7 @@ def call(body) {
}
reposConfig.each{repo ->
echo "Map Element ${index} (${repo.key}): ${repo.value.gitRepo}"
echo "Map Element ${repo.key}: ${repo.value.gitRepo}"
}
}