You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-06-15 00:05:11 +02:00
19 lines
243 B
Markdown
19 lines
243 B
Markdown
![]() |
|
||
|
# ${docGenStepName}
|
||
|
|
||
|
## ${docGenParameters}
|
||
|
|
||
|
## ${docGenConfiguration}
|
||
|
|
||
|
## ${docJenkinsPluginDependencies}
|
||
|
|
||
|
## Exceptions
|
||
|
|
||
|
None
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
```groovy
|
||
|
dubExecute script: this, dockerImage: 'dlang2/dmd-ubuntu:latest', dubCommand: 'build'
|
||
|
```
|