Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 621 Bytes

builds-build-environment.adoc

File metadata and controls

19 lines (15 loc) · 621 Bytes

Build environments

As with pod environment variables, build environment variables can be defined in terms of references to other resources or variables using the Downward API. There are some exceptions, which are noted.

You can also manage environment variables defined in the BuildConfig with the oc set env command.

Note

Referencing container resources using valueFrom in build environment variables is not supported as the references are resolved before the container is created.