1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/builds-basic-cancel-multiple.adoc

18 lines
423 B
Plaintext

// Module included in the following assemblies:
// * builds/basic-build-operations.adoc
:_content-type: PROCEDURE
[id="builds-basic-cancel-multiple_{context}"]
= Canceling multiple builds
You can cancel multiple builds with the following CLI command.
.Procedure
* To manually cancel multiple builds, enter the following command:
+
[source,terminal]
----
$ oc cancel-build <build1_name> <build2_name> <build3_name>
----