1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-25 12:24:42 +02:00

20 lines
227 B
Markdown
Raw Normal View History

2019-02-21 19:14:48 +01:00
# ${docGenStepName}
2019-02-21 19:14:48 +01:00
## ${docGenDescription}
2019-02-21 19:14:48 +01:00
## ${docGenParameters}
2019-02-21 19:14:48 +01:00
## ${docGenConfiguration}
2019-02-21 19:14:48 +01:00
## Exceptions
None
## Examples
```groovy
npmExecute script: this, dockerImage: 'node:8-stretch', npmCommand: 'run build'
```