From 6a420c16ec5e008759edc463902b04bac47ce7f6 Mon Sep 17 00:00:00 2001 From: yahavi Date: Fri, 5 Jul 2024 08:59:32 +0300 Subject: [PATCH] Update instructions for creating the remote repo to releases.jfrog.io --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1c3ef62..daa99241 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ these steps: 1. Create a generic remote repository in Artifactory for downloading JFrog CLI. You can name the repository **jfrog-cli-remote**. This is the name we'll be using here, but you can also choose a different name for the - repository. Set the repository URL to https://releases.jfrog.io/artifactory/jfrog-cli/ + repository. + * In the **Basic** tab, set the repository URL to `https://releases.jfrog.io/artifactory/jfrog-cli/` + * In the **Advanced** tab, uncheck the **Store Artifacts Locally** option. 2. In **Manage Jenkins | Global Tool Configuration** select the Install from Artifactory option as shown in the screenshot below.