1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-12-22 00:19:30 +02:00
Files
sap-jenkins-library/documentation/docs/steps/npmExecute.md
2019-03-08 13:56:07 +01:00

24 lines
388 B
Markdown

# npmExecute
## Description
Content here is generated from corresponding step, see `vars`.
## Parameters
Content here is generated from corresponding step, see `vars`.
## Step configuration
Content here is generated from corresponding step, see `vars`.
## Exceptions
None
## Examples
```groovy
npmExecute script: this, dockerImage: 'node:8-stretch', npmCommand: 'run build'
```