diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-09-06 11:18:42 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-09-06 11:18:42 -0400 |
commit | 710d9b25ede86daa5b71cf82f09704da57d82d63 (patch) | |
tree | 539bcf12009be9e1013a5f033465fc2243a72483 /jenkins | |
parent | 46ffe30578571eb3c1d7e94e0c8dce266528e536 (diff) | |
download | build_control-710d9b25ede86daa5b71cf82f09704da57d82d63.tar.gz |
Add numpy version argument to rambo call
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/dispatch.groovy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy index 9fcf805..c62d15c 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -212,6 +212,7 @@ node(LABEL) { cmd = "rambo" args = ["--platform ${this.CONDA_PLATFORM}", "--python ${PY_VERSION}", + "--numpy ${NUMPY_VERSION}", "--manifest manifests/${MANIFEST_FILE}", "--file ${build_list_file}", "${culled_option}", |