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-start-re-run.adoc

17 lines
335 B
Plaintext

// Module included in the following assemblies:
// * builds/basic-build-operations.adoc
[id="builds-basic-start-re-run_{context}"]
= Re-running a build
You can manually re-run a build using the `--from-build` flag.
.Procedure
To manually re-run a build, run:
[source,terminal]
----
$ oc start-build --from-build=<build_name>
----