mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
39 lines
609 B
Markdown
39 lines
609 B
Markdown
# ${docGenStepName}
|
|
|
|
## ${docGenDescription}
|
|
|
|
## Prerequisites
|
|
|
|
none
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## Example
|
|
|
|
Usage of pipeline step:
|
|
|
|
```groovy
|
|
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
|