Skip to content

Commit 29eb7f8

Browse files
authored
jenkins: drop smartos builds from release for 14+ (#2283)
Ref: #2168
1 parent 43f4c75 commit 29eb7f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jenkins/scripts/VersionSelectorScript.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ def buildExclusions = [
8888
[ /^smartos17/, anyType, lt(10) ],
8989
[ /^smartos17/, anyType, gte(12) ],
9090
[ /^smartos18/, anyType, lt(12) ],
91+
[ /^smartos18/, releaseType, gte(14) ],
9192

9293
// AIX PPC64 ---------------------------------------------
9394
[ /aix61/, anyType, gte(10) ],

0 commit comments

Comments
 (0)