mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
17 lines
398 B
Plaintext
17 lines
398 B
Plaintext
// Module included in the following assemblies:
|
|
// * assembly/builds
|
|
|
|
[id="builds-basic-start-environment-variable_{context}"]
|
|
= Setting environment variables when starting a build
|
|
|
|
You can specify the `--env` flag to set any desired environment variable for the
|
|
build.
|
|
|
|
.Procedure
|
|
|
|
To specify a desired environment variable, run:
|
|
|
|
----
|
|
$ oc start-build <buildconfig_name> --env=<key>=<value>
|
|
----
|