mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
17 lines
321 B
Plaintext
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>
|
|
----
|