From 1a6ea014bb6d1175ba0cf9011d45f85390a328f7 Mon Sep 17 00:00:00 2001 From: Eyal Ben Moshe Date: Tue, 14 Apr 2020 17:25:29 +0300 Subject: [PATCH] Update utils.js --- artifactory-tasks-utils/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifactory-tasks-utils/utils.js b/artifactory-tasks-utils/utils.js index a137ff83..ab9475d8 100644 --- a/artifactory-tasks-utils/utils.js +++ b/artifactory-tasks-utils/utils.js @@ -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.