update public CI so we run tests on same combinations of python+docker

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2020-01-09 16:15:34 +01:00
parent 7ca5973a71
commit b2e9b83d46
No known key found for this signature in database
GPG Key ID: 9858809D6F8F6E7E
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,8 +1,8 @@
#!groovy
def dockerVersions = ['19.03.5', '18.09.9']
def dockerVersions = ['19.03.5']
def baseImages = ['alpine', 'debian']
def pythonVersions = ['py27', 'py37']
def pythonVersions = ['py37']
pipeline {
agent none