From 562aad31c6ba882fc18f6775fecf3e696c0496d6 Mon Sep 17 00:00:00 2001 From: robin Date: Mon, 21 Dec 2020 12:47:00 +0200 Subject: [PATCH] Update utils.js --- 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 0a3af996..1057878c 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.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.