Skip to content

Commit

Permalink
Adjustment in punctuation (suggestions from code review)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Martens <99040580+kmartens27@users.noreply.github.com>
  • Loading branch information
ShrushtiDesai and kmartens27 committed Nov 5, 2024
1 parent 57542a4 commit 734f108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/doc/book/pipeline/docker.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion content/doc/book/pipeline/shared-libraries.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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%]

Expand Down

0 comments on commit 734f108

Please sign in to comment.