1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-05-27 22:57:51 +02:00

24 lines
388 B
Markdown
Raw Normal View History

2019-02-21 19:14:48 +01:00
# 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'
```