mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
609 B
609 B
${docGenStepName}
${docGenDescription}
Prerequisites
none
${docGenParameters}
${docGenConfiguration}
Example
Usage of pipeline step:
pipelineRestartSteps (script: this) {
node {
//your steps ...
}
}
!!! caution
Use node
inside the step. If a node
exists outside the step context, the input
step which is triggered in the process will block a Jenkins executor.
In case you cannot use `node` inside this step, please choose the parameter `timeoutInSeconds` carefully!
Side effects
none
${docJenkinsPluginDependencies}
Exceptions
none