mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
0bba8f3d79
* fix: typo `Prerequsites` * fix code climate finding Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
24 lines
528 B
Markdown
24 lines
528 B
Markdown
# ${docGenStepName}
|
|
|
|
## ${docGenDescription}
|
|
|
|
## Prerequisites
|
|
|
|
When performing a Docker build you need to maintain the respective credentials in your Jenkins credentials store.<br />
|
|
Further details
|
|
|
|
* for builds when a Docker deamon: see step [containerPushToRegistry](containerPushToRegistry.md)
|
|
* for builds using Kaniko: see step [kanikoExecute](kanikoExecute.md)
|
|
|
|
## Example
|
|
|
|
```groovy
|
|
buildExecute script:this, buildTool: 'maven'
|
|
```
|
|
|
|
## ${docGenParameters}
|
|
|
|
## ${docGenConfiguration}
|
|
|
|
## ${docJenkinsPluginDependencies}
|