aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins/generator_DSL.groovy')
-rw-r--r--jenkins/generator_DSL.groovy7
1 files changed, 5 insertions, 2 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index 6474e9c..82503c9 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -127,12 +127,15 @@ for (label in labels.trim().tokenize()) {
stringParam("manifest_file",
"manifest_file-DEFAULTVALUE",
"Manifest (release) file to use for the build.")
- stringParam("cull_manifest",
- "cull_manifest-DEFAULTVALUE",
+ booleanParam("cull_manifest",
+ false,
"Was the manifest culled as part of dispatch?")
stringParam("channel_URL",
"channel_URL-DEFAULTVALUE",
"Publication channel used for culled builds.")
+ booleanParam("use_version_pins",
+ false,
+ "Whether or not to use global version pins.")
}
definition {
cps {