Skip to content

Commit

Permalink
skip release vs2022 on older lines
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Oct 5, 2023
1 parent db6b110 commit e383c44
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 @@ -51,6 +51,7 @@ def buildExclusions = [
[ /vs2017/, releaseType, gte(16) ],
[ /vs2019-arm64/, releaseType, lt(20) ],
[ /vs2019/, releaseType, gte(21) ],
[ /vs2022/, releaseType, lt(21) ],
// VS versions supported to compile Node.js - also matches labels used by test runners
[ /vs2015(-\w+)?$/, testType, gte(16) ],
[ /vs2017(-\w+)?$/, testType, gte(16) ],
Expand Down

0 comments on commit e383c44

Please sign in to comment.