Hide Forgot
Description of problem: As a user I would like the ability to pass oc new-app build environment variables. for instance I would like to be able to point my build at a local Nexus instance like so: oc new-build jboss-eap70-openshift~https://github.com/RedHatWorkshops/kitchensink --build-env-var MAVEN_MIRROR_URL=http://nexus-artrepo.apps.devday.ocpcloud.com/content/groups/public Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: The ability to set an environment variable for the build process when using oc new-app. Additional info:
Correction, the example command would be: oc new-app jboss-eap70-openshift~https://github.com/RedHatWorkshops/kitchensink --build-env-var MAVEN_MIRROR_URL=http://nexus-artrepo.apps.devday.ocpcloud.com/content/groups/public
delivered here: https://github.com/openshift/origin/pull/12455