add missing agent for jenkins job

old-commit-hash: 100f2958fc
commatwo_master
Adeeb Shihadeh 5 years ago
parent b554cc4f7f
commit 32be24d601
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

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

Loading…
Cancel
Save