|
|
|
@ -101,7 +101,12 @@ def pcStage(String stageName, Closure body) { |
|
|
|
|
checkout scm |
|
|
|
|
|
|
|
|
|
def dockerArgs = "--user=batman -v /tmp/comma_download_cache:/tmp/comma_download_cache -v /tmp/scons_cache:/tmp/scons_cache -e PYTHONPATH=${env.WORKSPACE}"; |
|
|
|
|
docker.build("openpilot-base:build-${env.GIT_COMMIT}", "-f Dockerfile.openpilot_base .").inside(dockerArgs) { |
|
|
|
|
|
|
|
|
|
retryWithDelay (3, 15) { |
|
|
|
|
def openpilot_base = docker.build("openpilot-base:build-${env.GIT_COMMIT}", "-f Dockerfile.openpilot_base .") |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
openpilot_base.inside(dockerArgs) { |
|
|
|
|
timeout(time: 20, unit: 'MINUTES') { |
|
|
|
|
try { |
|
|
|
|
retryWithDelay (3, 15) { |
|
|
|
|