how about this

pull/29291/head
Shane Smiskol 2 years ago
parent daaa6fcc3c
commit a8e4fc5323
  1. 3
      Jenkinsfile

3
Jenkinsfile vendored

@ -113,7 +113,7 @@ pipeline {
stage('large test models') { stage('large test models') {
matrix { matrix {
agent { dockerfile { filename 'Dockerfile.openpilot_base'; args '--user=root' } }
axes { axes {
axis { axis {
name 'JOB_ID' name 'JOB_ID'
@ -123,6 +123,7 @@ pipeline {
stages { stages {
stage('start large test models') { stage('start large test models') {
agent { dockerfile { filename 'Dockerfile.openpilot_base'; args '--user=root' } }
steps { steps {
sh "git config --global --add safe.directory '*'" sh "git config --global --add safe.directory '*'"
sh "git submodule update --init --depth=1 --recursive" sh "git submodule update --init --depth=1 --recursive"

Loading…
Cancel
Save