mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-06 06:46:26 +01:00
17 lines
340 B
Plaintext
17 lines
340 B
Plaintext
// Module included in the following assemblies:
|
|
// * builds/basic-build-operations.adoc
|
|
|
|
[id="builds-basic-cancel-build_{context}"]
|
|
= Canceling a build
|
|
|
|
You can cancel a build using the web console, or with the following CLI command.
|
|
|
|
.Procedure
|
|
|
|
To manually cancel a build, run:
|
|
|
|
[source,terminal]
|
|
----
|
|
$ oc cancel-build <build_name>
|
|
----
|