From 74bade63a1c7a35c3a074e547c8002217ee3cd55 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 29 Aug 2017 15:06:25 -0400 Subject: Remove typo line --- jenkins/job-suite-generator.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" + -- cgit