Skip to content

Commit

Permalink
jenkins: no freebsd10 for Node 11
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Sep 1, 2018
1 parent d121160 commit 42c8a35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ def buildExclusions = [
// OSX ---------------------------------------------------
[ /^osx1010/, anyType, gte(11) ],
[ /^osx1011/, releaseType, lt(11) ],

// FreeBSD -----------------------------------------------
[ /^freebsd10/, anyType, lt(11) ],

// -------------------------------------------------------
]
Expand Down

0 comments on commit 42c8a35

Please sign in to comment.