We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50197cc commit f660ab6Copy full SHA for f660ab6
jfrog-tasks-utils/utils.js
@@ -11,7 +11,7 @@ const fileName = getCliExecutableName();
11
const jfrogCliToolName = 'jf';
12
const cliPackage = 'jfrog-cli-' + getArchitecture();
13
const fallbackCliVersion = '2.89.0';
14
-let defaultJfrogCliVersion = null;
+let defaultJfrogCliVersion = '2.89.0';
15
16
/**
17
* Executes an HTTP request with retry logic for 5xx errors.
@@ -121,9 +121,6 @@ function fetchLatestCliVersion() {
121
return fallbackCliVersion;
122
}
123
124
-// Fetch and cache the CLI version during module initialization
125
-defaultJfrogCliVersion = fetchLatestCliVersion();
126
-
127
128
* Safely constructs the JFrog tools directory path, handling potential issues with Agent.ToolsDirectory
129
*/
0 commit comments