Skip to content

Commit dc8a88a

Browse files
committed
Sync topic_map title, fix stray block + typo
1 parent b1be1f1 commit dc8a88a

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

_topic_map.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Topics:
393393
- Name: Configuring Global Build Defaults and Overrides
394394
File: build_defaults_overrides
395395
Distros: openshift-origin,openshift-enterprise
396-
- Name: Configuring Build Pipeline Execution
396+
- Name: Configuring Pipeline Execution
397397
File: configuring_pipeline_execution
398398
Distros: openshift-origin,openshift-enterprise
399399
- Name: Configuring Routing
@@ -484,7 +484,7 @@ Topics:
484484
- Name: Configuring Global Build Defaults and Overrides
485485
File: osd_build_defaults_overrides
486486
Distros: openshift-dedicated
487-
- Name: Configuring Build Pipeline Execution
487+
- Name: Configuring Pipeline Execution
488488
File: osd_configuring_pipeline_execution
489489
Distros: openshift-dedicated
490490
- Name: Allocating Node Resources

install_config/configuring_pipeline_execution.adoc

+4-7
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@ toc::[]
1818

1919
The first time a user creates a build configuration using the
2020
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:
2725

2826
* a deployment configuration for Jenkins
2927
using the official {product-title} Jenkins image
@@ -84,6 +82,5 @@ xref:../dev_guide/integrating_external_services.adoc#dev-guide-integrating-exter
8482

8583
The latter option could also be used to disable autoprovisioning in select
8684
projects only.
87-
====
8885

8986
// end::installconfig_configuring_pipeline_execution[]

0 commit comments

Comments
 (0)