Skip to content

Commit

Permalink
Changed jfrog-cli download URL and set patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Apr 12, 2021
1 parent e6de79f commit 3fd9656
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 @@ -12,12 +12,12 @@ const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirector
const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder') || '', '_jfrog'));
const defaultJfrogCliVersion = '1.42.3';
const minCustomCliVersion = '1.37.1';
const pluginVersion = '1.11.2';
const pluginVersion = '1.11.3';
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.
const customLegacyCliPath = encodePath(path.join(jfrogLegacyFolderPath, 'current', fileName));
const jfrogCliBintrayUrl = 'https://api.bintray.com/content/jfrog/jfrog-cli-go/';
const jfrogCliBintrayUrl = 'https://releases.jfrog.io/artifactory/jfrog-cli/v1/';

let cliConfigCommand = 'rt c';
let runTaskCbk = null;
Expand Down

0 comments on commit 3fd9656

Please sign in to comment.