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