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. 빌드 및 배포 CLI 명령
2.5.2.1. cancel-build 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
실행 중이거나 보류 중인 빌드 또는 새 빌드를 취소합니다.
예제: 빌드 취소
oc cancel-build python-1
$ oc cancel-build python-1
예제: python
빌드 구성에서 보류 중인 모든 빌드 취소
oc cancel-build buildconfig/python --state=pending
$ oc cancel-build buildconfig/python --state=pending