diff --git a/Jenkinsfile b/Jenkinsfile index bae3469b54..dd0e2c12fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,6 +38,12 @@ pipeline { stages { stage('Release Build') { + agent { + docker { + image 'python:3.7.3' + args '--user=root' + } + } when { branch 'devel-staging' }