it's docker

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

6
Jenkinsfile vendored

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

Loading…
Cancel
Save