diff options
Diffstat (limited to 'jenkins/generator_DSL.groovy')
-rw-r--r-- | jenkins/generator_DSL.groovy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy index 5e0921a..9ddc69a 100644 --- a/jenkins/generator_DSL.groovy +++ b/jenkins/generator_DSL.groovy @@ -71,6 +71,11 @@ for (label in labels) { "Whether or not package recipes that would generate a " + "package file name that already exists in the manfest's" + " channel archive are removed from the build list.") + booleanParam("filter_nonpython", + false, + "Whether or not package without a python dependency are" + + " skipped as they only need to be built on a single" + + " platform.") textParam("supp_env_vars", "", "List of supplemental environment variables to define " + |