diff --git a/Jenkinsfile b/Jenkinsfile index 4becd9477e2b..c8ae3d5f8b35 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -584,7 +584,7 @@ pipeline { } } environment { - GIT_CACHE_PATH = "${USERPROFILE}\\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}" @@ -1037,4 +1037,4 @@ def testInstallWindows() { Stop-Process -Name "Brave*" -Force Remove-Item -Recurse -Force "C:\\Users\\Administrator\\Desktop\\Brave*" """ -} \ No newline at end of file +}