Skip to content

Commit

Permalink
Update jfrog-cli version
Browse files Browse the repository at this point in the history
  • Loading branch information
barbelity committed Nov 27, 2019
1 parent d3b2dd2 commit dff57f3
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 @@ -11,8 +11,8 @@ const fileName = getCliExecutableName();
const toolName = "jfrog";
const btPackage = "jfrog-cli-" + getArchitecture();
const jfrogFolderPath = encodePath(path.join(tl.getVariable("Agent.WorkFolder"), "_jfrog"));
const jfrogCliVersion = "1.31.0";
const pluginVersion = "1.8.0";
const jfrogCliVersion = "1.31.2";
const pluginVersion = "1.8.1";
const buildAgent = "artifactory-azure-devops-extension";
const customCliPath = encodePath(path.join(jfrogFolderPath, "current", fileName)); // Optional - Customized jfrog-cli path.
const jfrogCliBintrayDownloadUrl = 'https://api.bintray.com/content/jfrog/jfrog-cli-go/' + jfrogCliVersion + '/' + btPackage + '/' + fileName + "?bt_package=" + btPackage;
Expand Down

0 comments on commit dff57f3

Please sign in to comment.