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-start-build.adoc
2019-05-13 13:57:48 +10:00

17 lines
321 B
Plaintext

// Module included in the following assemblies:
// * assembly/builds
[id="builds-basic-start-build_{context}"]
= Starting a build
You can manually start a new build from an existing build configuration in your
current project.
.Procedure
To manually start a build, run:
----
$ oc start-build <buildconfig_name>
----