This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.2.5.2.6. start-build
从构建配置启动构建或复制现有构建。
示例:从指定的构建配置启动构建
oc start-build python
$ oc start-build python
示例:从以前的一个构建版本开始进行构建
oc start-build --from-build=python-1
$ oc start-build --from-build=python-1
示例:为当前构建设置要使用的环境变量
oc start-build python --env=mykey=myvalue
$ oc start-build python --env=mykey=myvalue