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.3. new-build
从源代码创建新构建配置。
示例:从本地 Git 仓库创建构建配置
oc new-build .
$ oc new-build .
示例:从远程 Git 仓库创建构建配置
oc new-build https://github.com/sclorg/cakephp-ex
$ oc new-build https://github.com/sclorg/cakephp-ex