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