mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-07-26 03:42:05 +08:00
add missing agent for jenkins job
old-commit-hash: 100f2958fc08f58e6b175336b91c66850107051a
This commit is contained in:
Vendored
+6
@@ -38,6 +38,12 @@ pipeline {
|
||||
stages {
|
||||
|
||||
stage('Release Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'python:3.7.3'
|
||||
args '--user=root'
|
||||
}
|
||||
}
|
||||
when {
|
||||
branch 'devel-staging'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user