Skip to content

Commit

Permalink
jenkins: exclude testing on vs2019 on Node.js < 10 (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau authored Dec 11, 2019
1 parent 39cacfe commit 8fab072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def buildExclusions = [
[ /vs2015/, anyType, lt(6) ],
[ /vs2015/, anyType, gte(10) ],
[ /vs2017/, anyType, lt(10) ],
[ /vs2019/, anyType, lt(10) ],

// SmartOS -----------------------------------------------
[ /^smartos15/, anyType, lt(8) ],
Expand Down

0 comments on commit 8fab072

Please sign in to comment.