1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/builds-basic-cancel-build.adoc
2019-05-13 13:57:48 +10:00

16 lines
303 B
Plaintext

// Module included in the following assemblies:
// * assembly/builds
[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:
----
$ oc cancel-build <build_name>
----