1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/builds-basic-start-environment-variable.adoc
2019-01-03 14:52:20 -05:00

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>
----