diff --git a/jenkins/scripts/VersionSelectorScript.groovy b/jenkins/scripts/VersionSelectorScript.groovy index c96c4501a..354740f44 100644 --- a/jenkins/scripts/VersionSelectorScript.groovy +++ b/jenkins/scripts/VersionSelectorScript.groovy @@ -18,6 +18,7 @@ def buildExclusions = [ [ /centos[67]-(arm)?(64|32)-gcc48/, anyType, gte(10) ], [ /centos[67]-(arm)?(64|32)-gcc6/, anyType, lt(10) ], [ /centos6-32-gcc6/, releaseType, gte(10) ], // 32-bit linux for <10 only + [ /^centos7/, releaseType, lt(12) ], [ /debian8-x86/, anyType, gte(10) ], // 32-bit linux for <10 only [ /^ubuntu1804/, anyType, lt(10) ], // probably temporary [ /^ubuntu1204/, anyType, gte(10) ],