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
+2 -2
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: