add missing agent for jenkins job

old-commit-hash: 100f2958fc08f58e6b175336b91c66850107051a
This commit is contained in:
Adeeb Shihadeh
2020-08-12 12:47:32 -07:00
parent b554cc4f7f
commit 32be24d601
Vendored
+6
View File
@@ -38,6 +38,12 @@ pipeline {
stages {
stage('Release Build') {
agent {
docker {
image 'python:3.7.3'
args '--user=root'
}
}
when {
branch 'devel-staging'
}