1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/pipelineRestartSteps.md

39 lines
609 B
Markdown
Raw Normal View History

2019-04-01 15:16:54 +02:00
# ${docGenStepName}
2019-04-01 15:16:54 +02:00
## ${docGenDescription}
## Prerequisites
none
2019-04-01 15:16:54 +02:00
## ${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}
2019-05-24 15:41:49 +02:00
## Exceptions
none