Update Jenkinsfile

This commit is contained in:
joe 2021-03-10 16:20:41 +08:00
parent f9e20b7fce
commit cb87111616

1
Jenkinsfile vendored
View file

@ -5,7 +5,6 @@ pipeline {
agent { agent {
docker { docker {
image 'python:2-alpine' image 'python:2-alpine'
registryUrl 'https://hub.docker.com/'
} }
} }
steps { steps {