mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
19 lines
237 B
Markdown
19 lines
237 B
Markdown
|
|
# ${docGenStepName}
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## ${docJenkinsPluginDependencies}
|
|
|
|
## Exceptions
|
|
|
|
None
|
|
|
|
## Examples
|
|
|
|
```groovy
|
|
npmExecute script: this, dockerImage: 'node:8-stretch', npmCommand: 'run build'
|
|
```
|