add missing agent for jenkins job

pull/1785/head
Adeeb Shihadeh 5 years ago
parent 5993055d66
commit 100f2958fc
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

@ -38,6 +38,12 @@ pipeline {
stages {
stage('Release Build') {
agent {
docker {
image 'python:3.7.3'
args '--user=root'
}
}
when {
branch 'devel-staging'
}

Loading…
Cancel
Save