Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Dec 21, 2020
1 parent 139c1ea commit 562aad3
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.42.2';
const defaultJfrogCliVersion = '1.42.3';
const minCustomCliVersion = '1.37.1';
const pluginVersion = '1.11.1';
const pluginVersion = '1.11.2';
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 562aad3

Please sign in to comment.