aboutsummaryrefslogtreecommitdiff
path: root/jenkins/job-suite-generator.groovy
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-09-06 11:38:51 -0400
committerGitHub <noreply@github.com>2017-09-06 11:38:51 -0400
commitd27ff846a14a658de03548aa0920a3eee160db2c (patch)
treeaa587c12c96a84943bfac7a0b78995578061e3eb /jenkins/job-suite-generator.groovy
parentedbad1a9da616e61e1c2f13bcc905ce010f7e904 (diff)
parentc8b8cda793ce3902ab1d1831959932730a398638 (diff)
downloadbuild_control-d27ff846a14a658de03548aa0920a3eee160db2c.tar.gz
Merge pull request #30 from rendinam/numpy_matrix0.2.2
Numpy 'matrix build' support; channel access in test stage
Diffstat (limited to 'jenkins/job-suite-generator.groovy')
-rw-r--r--jenkins/job-suite-generator.groovy1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/job-suite-generator.groovy b/jenkins/job-suite-generator.groovy
index 7a2546d..6a87bab 100644
--- a/jenkins/job-suite-generator.groovy
+++ b/jenkins/job-suite-generator.groovy
@@ -72,6 +72,7 @@ node("master") {
"manifest_file: ${this.manifest_file}\n" +
"labels: ${this.labels}\n" +
"py_versions: ${this.py_versions}\n" +
+ "numpy_versions: ${this.numpy_versions}\n" +
"conda_version: ${this.conda_version}\n" +
"conda_build_version: ${this.conda_build_version}\n" +
"conda_base_URL: ${this.conda_base_URL}\n" +