Skip to content

Commit

Permalink
Document current admin names
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Sep 8, 2023
1 parent 1714981 commit b1d1ec8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Jenkins is well suited to use MinGit on Windows agents.

image::images/mingit-for-windows-as-a-tool.png[Configure MinGit for Windows to install automatically]

* Configure a global git tool from "Manage Jenkins" >> "Global Tool Configuration" with `git` as the `Path to Git executable`
* Configure a global git tool from "Manage Jenkins" >> "Tools" with `git` as the `Path to Git executable`
* Set the label `windows` to limit the tool installer to agents with the `windows` label
* Set the `Download URL for binary archive` as the URL of your locally downloaded copy of the link:https://github.com/git-for-windows/git/releases/[MinGit zip file]
* Specify `mingw64\bin\git.exe` as the `Subdirectory of extracted archive`.
Expand Down Expand Up @@ -129,7 +129,7 @@ No verification::
Disables all verification of ssh host keys.
**Not recommended** because it provides no protection from "man-in-the-middle" attacks

Configure the host key verification strategy from "Manage Jenkins" >> "Configure Global Security" >> "Git Host Key Verification Configuration".
Configure the host key verification strategy from "Manage Jenkins" >> "Security" >> "Git Host Key Verification Configuration".

image::images/ssh-host-key-verification.png[Configure Ssh host key verification]

Expand Down

0 comments on commit b1d1ec8

Please sign in to comment.