aboutsummaryrefslogtreecommitdiff
path: root/jenkins/generator_DSL.groovy
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-06-07 12:39:22 -0400
committerGitHub <noreply@github.com>2017-06-07 12:39:22 -0400
commitb884dca38379284c52ed6634ba9c2e70f31393dc (patch)
tree5747c6a0d60671ff164a520eb58e25642903ede6 /jenkins/generator_DSL.groovy
parent0a1b97e535b78a36b7ccd599d1a10cee70caf19a (diff)
parentd83a8b50f892f99799f215a3736db9cf55bfe825 (diff)
downloadbuild_control-b884dca38379284c52ed6634ba9c2e70f31393dc.tar.gz
Merge pull request #13 from rendinam/deps_w_culling
Propagate additional vars to builder
Diffstat (limited to 'jenkins/generator_DSL.groovy')
-rw-r--r--jenkins/generator_DSL.groovy6
1 files changed, 6 insertions, 0 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy
index de58455..c14efec 100644
--- a/jenkins/generator_DSL.groovy
+++ b/jenkins/generator_DSL.groovy
@@ -88,6 +88,12 @@ for(pkg in config.packages) {
stringParam("manifest_file",
"manifest_file-DEFAULTVALUE",
"Manifest (release) file to use for the build.")
+ stringParam("cull_manifest",
+ "cull_manifest-DEFAULTVALUE",
+ "Was the manifest culled as part of dispatch?")
+ stringParam("channel_URL",
+ "channel_URL-DEFAULTVALUE",
+ "Publication channel used for culled builds.")
}
definition {
cps {