We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f4c75 commit 29eb7f8Copy full SHA for 29eb7f8
1 file changed
jenkins/scripts/VersionSelectorScript.groovy
@@ -88,6 +88,7 @@ def buildExclusions = [
88
[ /^smartos17/, anyType, lt(10) ],
89
[ /^smartos17/, anyType, gte(12) ],
90
[ /^smartos18/, anyType, lt(12) ],
91
+ [ /^smartos18/, releaseType, gte(14) ],
92
93
// AIX PPC64 ---------------------------------------------
94
[ /aix61/, anyType, gte(10) ],
0 commit comments