it's docker

pull/1984/head
Adeeb Shihadeh 5 years ago
parent 597f2c543d
commit 50ac7f9421
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -64,9 +64,11 @@ pipeline {
stage('On-device Tests') {
agent {
docker {
image 'python:3.7.3'
args '--user=root'
}
}
stages {
stage('Release Build') {

Loading…
Cancel
Save