Update Jenkinsfile

This commit is contained in:
joe 2021-03-10 15:02:52 +08:00
parent 901bd0c491
commit f9e20b7fce

3
Jenkinsfile vendored
View file

@ -4,7 +4,8 @@ pipeline {
stage('Build') { stage('Build') {
agent { agent {
docker { docker {
image 'python:2-alpine' image 'python:2-alpine'
registryUrl 'https://hub.docker.com/'
} }
} }
steps { steps {