mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
18 lines
420 B
Plaintext
18 lines
420 B
Plaintext
// Module included in the following assemblies:
|
|
// * builds/basic-build-operations.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[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 start a build manually, enter the following command:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ oc start-build <buildconfig_name>
|
|
----
|