Explorar o código

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

Signed-off-by: Nicolas De Loof <[email protected]>
Nicolas De Loof %!s(int64=5) %!d(string=hai) anos
pai
achega
b2e9b83d46
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

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