We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ce8c6 commit 75162fcCopy full SHA for 75162fc
jenkins/scripts/VersionSelectorScript.groovy
@@ -61,7 +61,7 @@ def buildExclusions = [
61
62
// AIX ppc64 ---------------------------------------------
63
[ /aix61/, anyType, lt(6) ],
64
- [ /aix61/, releaseType, gt(13) ],
+ [ /aix61/, anyType, gt(13) ],
65
[ /aix71/, anyType, lt(13) ],
66
[ /aix71/, releaseType, lt(14) ],
67
0 commit comments