2.5.2.6. start-build

从构建配置启动构建或复制现有构建。

示例:从指定的构建配置启动构建

$ oc start-build python

示例:从以前的一个构建版本开始进行构建

$ oc start-build --from-build=python-1

示例:为当前构建设置要使用的环境变量

$ oc start-build python --env=mykey=myvalue