Use custom python image to build with

This commit is contained in:
vato007
2020-08-01 05:33:36 +00:00
parent 35605995a7
commit 240eabb364

2
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
pipeline { pipeline {
agent { agent {
docker { docker {
image 'vato.ddns.net:8083/python:buster' image 'vato.ddns.net:8083/python-infra:buster'
} }
} }