Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Apr 14, 2020
2 parents b30fc63 + 1a6ea01 commit 7a106a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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 jfrogCliVersion = '1.35.3';
const pluginVersion = '1.9.1';
const pluginVersion = '1.9.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 7a106a2

Please sign in to comment.