From b1d1ec8f4334fd0f637d9b5e7c43dbf56d687b8a Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 8 Sep 2023 23:33:46 +0000 Subject: [PATCH] Document current admin names https://www.reddit.com/r/jenkinsci/comments/16abj96/comment/jzqti31/?utm_source=share&utm_medium=web2x&context=3 --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index f9961d45f9..d4b4c2c40a 100644 --- a/README.adoc +++ b/README.adoc @@ -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`. @@ -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]