diff --git a/content/doc/book/pipeline/docker.adoc b/content/doc/book/pipeline/docker.adoc index dcd16223ceac..79188dc3b1aa 100644 --- a/content/doc/book/pipeline/docker.adoc +++ b/content/doc/book/pipeline/docker.adoc @@ -247,7 +247,7 @@ By default, Pipeline assumes that _any_ configured link:../../glossary/#agent[ag For Jenkins environments that have macOS, Windows, or other agents that are unable to run the Docker daemon, this default setting may be problematic. Pipeline provides a global option on the *Manage Jenkins* page and on the link:../../glossary/#folder[Folder] level, for specifying which agents (by link:../../glossary/#label[Label]) to use for running Docker-based Pipelines. To enable this option for Docker labels, the plugin:docker-workflow[*Docker Pipeline*] plugin must be installed. -image::pipeline/configure-docker-label.png[alt = "Navigate from Dashboard to Manage Jenkins then to System, In the 'Declarative Pipeline (Docker)' section set the Docker label, Docker Registry URL and Registry Credentials."] +image::pipeline/configure-docker-label.png[alt = "Navigate from Dashboard to Manage Jenkins then to System. In the 'Declarative Pipeline (Docker)' section set the Docker label, Docker Registry URL and Registry Credentials."] === Path setup for mac OS users diff --git a/content/doc/book/pipeline/shared-libraries.adoc b/content/doc/book/pipeline/shared-libraries.adoc index 23cec8ba1d60..a409b089fcf6 100644 --- a/content/doc/book/pipeline/shared-libraries.adoc +++ b/content/doc/book/pipeline/shared-libraries.adoc @@ -92,7 +92,7 @@ Other directories under the root are reserved for future enhancements. There are several places where Shared Libraries can be defined, depending on the use-case. -Navigate to _Manage Jenkins » System » Global Trusted Pipeline Libraries_ to configure as many libraries as necessary. +Navigate to *_Manage Jenkins » System » Global Trusted Pipeline Libraries_* to configure as many libraries as necessary. image::pipeline/add-global-pipeline-libraries.png[alt = "Jenkins System Configuration page, accessed by navigating from Dashboard to Manage Jenkins then to System, displaying sections for Global Trusted Pipeline Libraries and Global Untrusted Pipeline Libraries. Each section provides options to add sharable libraries.", role=center, width=60%]