mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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:
parent
7ca5973a71
commit
b2e9b83d46
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user