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>