diff --git a/Jenkinsfile b/Jenkinsfile index 8d3fcab4b3..e862d15cad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {