diff --git a/Jenkinsfile b/Jenkinsfile index 2bc3ea8..979bde9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,8 @@ pipeline { stage('Build') { agent { docker { - image 'python:2-alpine' + image 'python:2-alpine' + registryUrl 'https://hub.docker.com/' } } steps {