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