mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
20 lines
227 B
Markdown
20 lines
227 B
Markdown
|
|
# ${docGenStepName}
|
|
|
|
|
|
## ${docGenDescription}
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## Exceptions
|
|
|
|
None
|
|
|
|
## Examples
|
|
|
|
```groovy
|
|
npmExecute script: this, dockerImage: 'node:8-stretch', npmCommand: 'run build'
|
|
```
|