mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-05-27 22:57:51 +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'
|
||
|
```
|