From 790f2b7ea38aaaebcaa5c8624faf5f8b6169c2e3 Mon Sep 17 00:00:00 2001 From: Christopher Fenner Date: Tue, 30 Jan 2018 13:15:08 +0100 Subject: [PATCH] remove body parameter from step --- vars/checkResultsPublish.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/checkResultsPublish.groovy b/vars/checkResultsPublish.groovy index 3637edf04..956021439 100644 --- a/vars/checkResultsPublish.groovy +++ b/vars/checkResultsPublish.groovy @@ -6,7 +6,7 @@ import com.sap.piper.Utils * * @param others document all parameters */ -def call(Map parameters = [:], body) { +def call(Map parameters = [:]) { handlePipelineStepErrors (stepName: 'checkResultsPublish', stepParameters: parameters) { // GENERAL def tasks = parameters.get('tasks', false)