From 35cca69f72be6e1ebd73332f0c1ce4fccf20baa7 Mon Sep 17 00:00:00 2001 From: Rick Brouwer Date: Mon, 6 Jul 2026 17:42:15 +0200 Subject: [PATCH] Clarify JFROG_CLI_RELEASES_REPO env var documentation Signed-off-by: Rick Brouwer --- docs/common/env.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/common/env.go b/docs/common/env.go index 4587b5733..2d0126598 100644 --- a/docs/common/env.go +++ b/docs/common/env.go @@ -65,7 +65,9 @@ const ( Configured Artifactory repository name from which to download the jar needed by the mvn/gradle command. This environment variable's value format should be /. - The repository should proxy https://releases.jfrog.io. + The repository must be a remote generic repository that proxies the root of https://releases.jfrog.io (not a sub-path). + JFrog CLI automatically appends 'artifactory/oss-release-local/' to the download URL, so the resulting request is: + //artifactory/oss-release-local/ This environment variable is used by the 'jf mvn' and 'jf gradle' commands, and also by the 'jf audit' command, when used for maven or gradle projects.` JfrogCliDependenciesDir = ` JFROG_CLI_DEPENDENCIES_DIR