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.groovy8
1 files changed, 4 insertions, 4 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index 82503c9..fe6c8f2 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -127,14 +127,14 @@ for (label in labels.trim().tokenize()) {
stringParam("manifest_file",
"manifest_file-DEFAULTVALUE",
"Manifest (release) file to use for the build.")
- booleanParam("cull_manifest",
- false,
+ stringParam("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,
+ stringParam("use_version_pins",
+ "false",
"Whether or not to use global version pins.")
}
definition {