aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jenkins/dispatch.groovy2
1 files changed, 0 insertions, 2 deletions
diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy
index c62d15c..80cfe89 100644
--- a/jenkins/dispatch.groovy
+++ b/jenkins/dispatch.groovy
@@ -239,8 +239,6 @@ node(LABEL) {
string(name: "build_control_repo", value: BUILD_CONTROL_REPO),
string(name: "build_control_branch", value: BUILD_CONTROL_BRANCH),
string(name: "py_version", value: PY_VERSION),
- //string(name: "numpy_version",
- // value: "${this.manifest.numpy_version}"),
string(name: "numpy_version", value: NUMPY_VERSION),
string(name: "parent_workspace", value: env.WORKSPACE),
string(name: "cull_manifest", value: this.cull_manifest),