From fadbb61fc95d7aa8337e198dca519e225db8a952 Mon Sep 17 00:00:00 2001 From: eyalbe4 Date: Fri, 16 Apr 2021 22:43:06 +0300 Subject: [PATCH] Upgrade default jfrog-cli to v1.46.3 and extension to v1.11.8 --- artifactory-tasks-utils/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifactory-tasks-utils/utils.js b/artifactory-tasks-utils/utils.js index 669638e2..8b72426d 100644 --- a/artifactory-tasks-utils/utils.js +++ b/artifactory-tasks-utils/utils.js @@ -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.