1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

remove body parameter from step

This commit is contained in:
Christopher Fenner 2018-01-30 13:15:08 +01:00
parent 00b44315ec
commit 790f2b7ea3

View File

@ -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)