aboutsummaryrefslogtreecommitdiff
path: root/jenkins/dispatch.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'jenkins/dispatch.groovy')
-rw-r--r--jenkins/dispatch.groovy6
1 files changed, 4 insertions, 2 deletions
diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy
index d671f28..f05d906 100644
--- a/jenkins/dispatch.groovy
+++ b/jenkins/dispatch.groovy
@@ -177,7 +177,7 @@ node(LABEL) {
// of available package recipes.
def culled_option = "--culled"
if (this.cull_manifest == "false") {
- culled_option = ""
+ culled_option = ""
}
def build_list_file = "build_list"
cmd = "rambo"
@@ -205,7 +205,9 @@ node(LABEL) {
string(name: "py_version", value: PY_VERSION),
string(name: "numpy_version",
value: "${this.manifest.numpy_version}"),
- string(name: "parent_workspace", value: env.WORKSPACE)],
+ string(name: "parent_workspace", value: env.WORKSPACE),
+ string(name: "cull_manifest", value: this.cull_manifest),
+ string(name: "channel_URL", value: this.manifest.channel_URL)],
propagate: false
}
}