mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
// Module included in the following assemblies:
|
|
// * builds/basic-build-operations.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="builds-basic-cancel-all_{context}"]
|
|
= Canceling all builds
|
|
|
|
You can cancel all builds from the build configuration with the following CLI command.
|
|
|
|
.Procedure
|
|
|
|
* To cancel all builds, enter the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc cancel-build bc/<buildconfig_name>
|
|
----
|