Merge pull request #2754 from aiordache/update_Jenkins_setup

Set the base image to `dockerpinata/docker-py` in Jenkinsfile
This commit is contained in:
Anca Iordache 2021-02-08 20:35:58 +01:00 committed by GitHub
commit f0517f842b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
#!groovy
def imageNameBase = "dockerbuildbot/docker-py"
def imageNameBase = "dockerpinata/docker-py"
def imageNamePy2
def imageNamePy3
def imageDindSSH