File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ Topics:
393
393
- Name : Configuring Global Build Defaults and Overrides
394
394
File : build_defaults_overrides
395
395
Distros : openshift-origin,openshift-enterprise
396
- - Name : Configuring Build Pipeline Execution
396
+ - Name : Configuring Pipeline Execution
397
397
File : configuring_pipeline_execution
398
398
Distros : openshift-origin,openshift-enterprise
399
399
- Name : Configuring Routing
@@ -484,7 +484,7 @@ Topics:
484
484
- Name : Configuring Global Build Defaults and Overrides
485
485
File : osd_build_defaults_overrides
486
486
Distros : openshift-dedicated
487
- - Name : Configuring Build Pipeline Execution
487
+ - Name : Configuring Pipeline Execution
488
488
File : osd_configuring_pipeline_execution
489
489
Distros : openshift-dedicated
490
490
- Name : Allocating Node Resources
Original file line number Diff line number Diff line change @@ -18,12 +18,10 @@ toc::[]
18
18
19
19
The first time a user creates a build configuration using the
20
20
xref:../architecture/core_concepts/builds_and_image_streams.adoc#pipeline-build[Pipeline]
21
- build strategy,
22
- {product-title} looks for the a template named
23
- `*jenkins-ephemeral*` in the `*openshift*` namespace
24
- and instantiates it within the user's project.
25
- The `*jenkins-ephemeral*` template that ships with {product-title} creates,
26
- upon instantiation:
21
+ build strategy, {product-title} looks for a template named
22
+ `*jenkins-ephemeral*` in the `*openshift*` namespace and instantiates it within
23
+ the user's project. The `*jenkins-ephemeral*` template that ships with
24
+ {product-title} creates, upon instantiation:
27
25
28
26
* a deployment configuration for Jenkins
29
27
using the official {product-title} Jenkins image
@@ -84,6 +82,5 @@ xref:../dev_guide/integrating_external_services.adoc#dev-guide-integrating-exter
84
82
85
83
The latter option could also be used to disable autoprovisioning in select
86
84
projects only.
87
- ====
88
85
89
86
// end::installconfig_configuring_pipeline_execution[]
You can’t perform that action at this time.
0 commit comments