1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-06-02 23:17:33 +02:00
Oliver Nocon 5bb6d59753
Add step buildExecute (#527)
This step should serve as generic entry point in pipelines for building artifacts.

Build principle: build once.

Purpose of the step:
- build using a defined build technology
- store build result for future use in testing etc.
2019-07-02 13:00:36 +02:00

24 lines
527 B
Markdown

# ${docGenStepName}
## ${docGenDescription}
## Prerequsites
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}