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.7.2. ビルドの中止
Web コンソールまたは以下の CLI コマンドを使用して、ビルドを中止できます。
手順
手動でビルドを中止するには、以下を実行します。
oc cancel-build <build_name>
$ oc cancel-build <build_name>
7.2.1. 複数ビルドの中止 リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
以下の CLI コマンドを使用して複数ビルドを中止できます。
手順
手動で複数ビルドを中止するには、以下を実行します。
oc cancel-build <build1_name> <build2_name> <build3_name>
$ oc cancel-build <build1_name> <build2_name> <build3_name>