From 3416a97bf23d24c730390d1f3e74e385572377cb Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Thu, 5 Oct 2023 15:12:59 -0700 Subject: [PATCH] chown batman --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 91fea99a01..ed9a19b510 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,6 +85,8 @@ def pcStage(String stageName, Closure body) { docker.build("openpilot-base:build-${env.GIT_COMMIT}", "-f Dockerfile.openpilot_base .").inside(dockerArgs) { timeout(time: 20, unit: 'MINUTES') { try { + sh "chown -R batman:batman /tmp/scons_cache" + sh "chown -R batman:batman /tmp/comma_download_cache" sh "git config --global --add safe.directory '*'" sh "git submodule update --init --recursive" sh "git lfs pull"