diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-29 15:06:25 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-29 15:06:25 -0400 |
commit | 74bade63a1c7a35c3a074e547c8002217ee3cd55 (patch) | |
tree | e58cbdeeafd931b4aec409baa87c8f6324e6623f /jenkins | |
parent | d20ca4b6f500c87cad65928dc2f7f57a9d57f4af (diff) | |
download | build_control-74bade63a1c7a35c3a074e547c8002217ee3cd55.tar.gz |
Remove typo line
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/job-suite-generator.groovy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins/job-suite-generator.groovy b/jenkins/job-suite-generator.groovy index 1dc89c6..7a2546d 100644 --- a/jenkins/job-suite-generator.groovy +++ b/jenkins/job-suite-generator.groovy @@ -46,6 +46,8 @@ node("master") { // Branch names themselves shall not have slashes in them // when specified in the job-suite-generator job configuration. // This may also describe a tag, rather than a branch. + // Requires in-process script approval for: + // java.lang.String java.lang.String (.find method) if (build_control_bt_spec.find("tags") != null) { build_control_branch = "master" build_control_tag = build_control_bt_spec.tokenize("/")[-1] @@ -72,7 +74,6 @@ node("master") { "py_versions: ${this.py_versions}\n" + "conda_version: ${this.conda_version}\n" + "conda_build_version: ${this.conda_build_version}\n" + - "conda_build_tag: ${this.conda_build_tag}\n" + "conda_base_URL: ${this.conda_base_URL}\n" + "utils_repo: ${this.utils_repo}\n" + "old_jobs_action: ${this.old_jobs_action}\n" + |