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

2
Jenkinsfile vendored

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

Loading…
Cancel
Save