mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
5bb6d59753
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.
527 B
527 B
${docGenStepName}
${docGenDescription}
Prerequsites
When performing a Docker build you need to maintain the respective credentials in your Jenkins credentials store.
Further details
- for builds when a Docker deamon: see step containerPushToRegistry
- for builds using Kaniko: see step kanikoExecute
Example
buildExecute script:this, buildTool: 'maven'