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:
parent
00b44315ec
commit
790f2b7ea3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user