doesn't work, but jenkins should cache the image

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 50ac7f9421
commit 63375099ea
  1. 10
      Jenkinsfile

10
Jenkinsfile vendored

@ -50,18 +50,16 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile.openpilot'
additionalBuildArgs '--cache-from docker.io/commaai/openpilotci:latest'
args '--privileged --shm-size 1G'
}
}
steps {
sh 'scons -j4'
stages {
stage('Build') {
sh 'scons -j4'
}
}
}
// *** On-device Tests ***
stage('On-device Tests') {
agent {
docker {

Loading…
Cancel
Save