1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00
Files
openshift-docs/modules/builds-basic-start-build.adoc

18 lines
417 B
Plaintext
Raw Normal View History

2018-12-13 14:19:08 -05:00
// Module included in the following assemblies:
// * builds/basic-build-operations.adoc
2018-12-13 14:19:08 -05:00
:_mod-docs-content-type: PROCEDURE
2019-05-13 08:55:00 +10:00
[id="builds-basic-start-build_{context}"]
2018-12-13 14:19:08 -05:00
= Starting a build
You can manually start a new build from an existing build configuration in your current project.
2018-12-13 14:19:08 -05:00
.Procedure
2020-12-03 22:10:00 -05:00
To manually start a build, enter the following command:
2018-12-13 14:19:08 -05:00
[source,terminal]
2018-12-13 14:19:08 -05:00
----
$ oc start-build <buildconfig_name>
----