mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
26 lines
299 B
Markdown
26 lines
299 B
Markdown
|
# ${docGenStepName}
|
||
|
|
||
|
## ${docGenDescription}
|
||
|
|
||
|
## Prerequsites
|
||
|
|
||
|
none
|
||
|
|
||
|
## Example
|
||
|
|
||
|
### Jenkins pipelines
|
||
|
|
||
|
```groovy
|
||
|
artifactPrepareVersion script: this, buildTool: 'maven'
|
||
|
```
|
||
|
|
||
|
### Command line
|
||
|
|
||
|
```
|
||
|
piper artifactPrepareVersion --buildTool maven
|
||
|
```
|
||
|
|
||
|
## ${docGenParameters}
|
||
|
|
||
|
## ${docGenConfiguration}
|