diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-08-28 12:53:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-28 12:53:50 -0400 |
commit | 27ae0359769f81288d19acdef316e6a84925b60f (patch) | |
tree | b3b9f67070552f51dc0bc1ed2c7159f567b6b5ab /jenkins/job-suite-generator.groovy | |
parent | 987078ddafe27cee68a06d885a4f06a7b9f305c3 (diff) | |
parent | e4ebac4fdb7a29de18c8c9ee128ff93e244e020a (diff) | |
download | build_control-27ae0359769f81288d19acdef316e6a84925b60f.tar.gz |
Merge pull request #28 from rendinam/batch_update0.2.0
Batch update
Diffstat (limited to 'jenkins/job-suite-generator.groovy')
-rw-r--r-- | jenkins/job-suite-generator.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jenkins/job-suite-generator.groovy b/jenkins/job-suite-generator.groovy index 1501b69..c53ec2e 100644 --- a/jenkins/job-suite-generator.groovy +++ b/jenkins/job-suite-generator.groovy @@ -59,8 +59,8 @@ node("master") { "build_control_branch: ${build_control_branch}\n" + " Parameters:\n" + "manifest_file: ${this.manifest_file}\n" + - "label: ${this.label}\n" + - "py_version: ${this.py_version}\n" + + "labels: ${this.labels}\n" + + "py_versions: ${this.py_versions}\n" + "conda_version: ${this.conda_version}\n" + "conda_build_version: ${this.conda_build_version}\n" + "conda_base_URL: ${this.conda_base_URL}\n" + |