From 2a55bc97d0b131c1bd2db43f5f9ca6f2a6c02db9 Mon Sep 17 00:00:00 2001 From: Ivan Efremov Date: Thu, 31 Oct 2019 00:46:14 +0700 Subject: [PATCH] Issue 6593: Trying to fix git cache path on Win. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d088c754fa67..2ef0d38a54a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -588,7 +588,7 @@ pipeline { } } environment { - GIT_CACHE_PATH = "C:/Users/Administrator/cache" + GIT_CACHE_PATH = "C:\\Users\\Administrator\\cache" SCCACHE_BUCKET = credentials("brave-browser-sccache-win-s3-bucket") SCCACHE_ERROR_LOG = "${WORKSPACE}\\sccache.log" PATH = "C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.18362.0\\x64\\;C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\Remote Debugger\\x64;${PATH}"