Skip to content

Commit

Permalink
jenkins: new "release-sources" labels for source, headers, docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 18, 2019
1 parent d0022bd commit 6d12c28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ def buildExclusions = [
// FreeBSD -----------------------------------------------
[ /^freebsd10/, anyType, gte(11) ],

// Source / headers / docs -------------------------------
[ /^osx1010-release-sources$/, releaseType, gte(11) ],
[ /^osx1011-release-sources$/, releaseType, lt(11) ],
[ /^osx1011-release-sources$/, releaseType, gte(12) ],
[ /^centos7-release-sources$/, releaseType, lt(12) ],

// -------------------------------------------------------
]

Expand Down

0 comments on commit 6d12c28

Please sign in to comment.