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