pull/29291/head
Shane Smiskol 2 years ago
parent a1b57e5725
commit e7eb6e4043
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -147,9 +147,11 @@ pipeline {
matrix { matrix {
agent { dockerfile { filename 'Dockerfile.openpilot_base'; args '--user=root' } } agent { dockerfile { filename 'Dockerfile.openpilot_base'; args '--user=root' } }
axes { axes {
axis {
name 'JOB_ID' name 'JOB_ID'
values 0 1 2 3 4 values 0 1 2 3 4
} }
}
steps { steps {
sh "git config --global --add safe.directory '*'" sh "git config --global --add safe.directory '*'"

Loading…
Cancel
Save