Update Jenkinsfile
This commit is contained in:
parent
901bd0c491
commit
f9e20b7fce
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -4,7 +4,8 @@ pipeline {
|
|||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'python:2-alpine'
|
||||
image 'python:2-alpine'
|
||||
registryUrl 'https://hub.docker.com/'
|
||||
}
|
||||
}
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue