2019-07-02 13:00:36 +02:00
|
|
|
# ${docGenStepName}
|
|
|
|
|
|
|
|
## ${docGenDescription}
|
|
|
|
|
2020-04-26 19:50:39 +02:00
|
|
|
## Prerequisites
|
2019-07-02 13:00:36 +02:00
|
|
|
|
|
|
|
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}
|