pull/30184/head
Justin Newberry 2 years ago
parent 3416a97bf2
commit 02713f8ddf
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -85,8 +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 "sudo chown -R batman:batman /tmp/scons_cache"
sh "sudo 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"

Loading…
Cancel
Save