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/npmExecute.md

19 lines
226 B
Markdown
Raw Normal View History

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