We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91813c commit 4f83fa1Copy full SHA for 4f83fa1
jfrog-tasks-utils/utils.js
@@ -10,7 +10,7 @@ const fileName = getCliExecutableName();
10
const jfrogCliToolName = 'jf';
11
const cliPackage = 'jfrog-cli-' + getArchitecture();
12
const jfrogFolderPath = encodePath(join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf'));
13
-const defaultJfrogCliVersion = '2.74.0';
+const defaultJfrogCliVersion = '2.73.3';
14
const minCustomCliVersion = '2.10.0';
15
const minSupportedStdinSecretCliVersion = '2.36.0';
16
const minSupportedServerIdEnvCliVersion = '2.37.0';
0 commit comments