mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Added documentation of stepParameters being a Groovy map, requiring at least the script reference (#1248)
Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
parent
d29c249e35
commit
dd5cfcc1aa
@ -41,7 +41,7 @@ import org.jenkinsci.plugins.workflow.steps.FlowInterruptedException
|
||||
'stepName',
|
||||
/** Defines the documented step, in case the documentation reference should point to a different step. */
|
||||
'stepNameDoc',
|
||||
/** Passes the parameters of the step which uses the error handling onto the error handling. The list of parameters is then shown in the console output.*/
|
||||
/** Passes the parameters of the step which uses the error handling onto the error handling. The list of parameters is then shown in the console output. The simplest case looks like this: `[ script: this ]`*/
|
||||
'stepParameters'
|
||||
])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user