From c8b8cda793ce3902ab1d1831959932730a398638 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 6 Sep 2017 11:30:16 -0400 Subject: Cleanup --- jenkins/dispatch.groovy | 2 -- 1 file changed, 2 deletions(-) (limited to 'jenkins') 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), -- cgit