mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-05-25 22:48:13 +02:00
24 lines
388 B
Markdown
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'
|
|
```
|