Skip to content

Commit

Permalink
Update JFrog CLI default version to 2.53.1 (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 authored Mar 3, 2024
1 parent bb765fc commit 96a1c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jfrog-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ const fileName = getCliExecutableName();
const jfrogCliToolName = 'jf';
const cliPackage = 'jfrog-cli-' + getArchitecture();
const jfrogFolderPath = encodePath(join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf'));
const defaultJfrogCliVersion = '2.52.9';
const defaultJfrogCliVersion = '2.53.1';
const minCustomCliVersion = '2.10.0';
const minSupportedStdinSecretCliVersion = '2.36.0';
const minSupportedServerIdEnvCliVersion = '2.37.0';
const pluginVersion = '2.9.2';
const pluginVersion = '2.9.3';
const buildAgent = 'jfrog-azure-devops-extension';
const customFolderPath = encodePath(join(jfrogFolderPath, 'current'));
const customCliPath = encodePath(join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.
Expand Down

0 comments on commit 96a1c8c

Please sign in to comment.