1.

What is a build configuration?

Answer»

When a new BUILD is produced, a build configuration describes a single build definition and a collection of triggers. A BuildConfig is a REST object that may be USED in a POST to the API server to construct a new instance. A BuildConfig is defined by a build strategy and ONE or more sources. The process is determined by the strategy, and the sources offer the input.

A BuildConfig is automatically generated for you if you use the web panel or CLI to create your application with OpenShift Container Platform, and it may be updated at any time. Understanding the components of a BuildConfig and the choices accessible to them can be useful if you decide to update your configuration manually later. Thus, Build configuration contains information about a specific build strategy as well as the LOCATION of developer-supplied artefacts such as the output IMAGE.



Discussion

No Comment Found