1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

add config reporting (#459)

This commit is contained in:
Christopher Fenner 2019-01-23 12:51:46 +01:00 committed by GitHub
parent 27c3891685
commit 8f513fb68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@ class ConfigurationHelper implements Serializable {
Map use(){
handleValidationFailures()
MapUtils.traverse(config, { v -> (v instanceof GString) ? v.toString() : v })
if(config.verbose) step.echo "[${name}] Configuration: ${config}"
return config
}