Skip to content

Commit

Permalink
Upgrade default jfrog-cli to v1.46.3 and extension to v1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Apr 16, 2021
1 parent 64c6a37 commit fadbb61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artifactory-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ const toolName = 'jfrog';
const btPackage = 'jfrog-cli-' + getArchitecture();
const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory') || '', '_jfrog'));
const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder') || '', '_jfrog'));
const defaultJfrogCliVersion = '1.46.2';
const defaultJfrogCliVersion = '1.46.3';
const minCustomCliVersion = '1.37.1';
const pluginVersion = '1.11.7';
const pluginVersion = '1.11.8';
const buildAgent = 'artifactory-azure-devops-extension';
const customFolderPath = encodePath(path.join(jfrogFolderPath, 'current'));
const customCliPath = encodePath(path.join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.
Expand Down

0 comments on commit fadbb61

Please sign in to comment.