1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-04 04:07:16 +02:00

Explicitly call toString() on stepParameters (#348)

This commit is contained in:
Florian Wilhelm 2018-10-17 12:27:24 +02:00 committed by GitHub
parent 1f8b94528c
commit b657dc6a29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,12 +22,12 @@ def call(Map parameters = [:], body) {
} catch (Throwable err) {
if (echoDetails)
echo """----------------------------------------------------------
--- ERROR OCCURED IN LIBRARY STEP: ${stepName}
--- ERROR OCCURRED IN LIBRARY STEP: ${stepName}
----------------------------------------------------------
FOLLOWING PARAMETERS WERE AVAILABLE TO THIS STEP:
***
${stepParameters}
${stepParameters?.toString()}
***
ERROR WAS: