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
237 B
Markdown
Raw Normal View History

2019-02-21 20:14:48 +02:00
# ${docGenStepName}
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
## ${docJenkinsPluginDependencies}
2019-05-24 15:41:49 +02:00
2019-02-21 20:14:48 +02:00
## Exceptions
None
## Examples
```groovy
npmExecute script: this, dockerImage: 'node:8-stretch', npmCommand: 'run build'
```