diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-08-16 15:27:22 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-16 15:27:22 -0400 |
commit | fdaa2df41b997e9ced978e70702b594d6ea1d355 (patch) | |
tree | 073b215aebdde44c36b9a2bbce994743ee274435 | |
parent | bea2ded97ab5def6a9d485a8b44193339231dfcc (diff) | |
download | build_control-fdaa2df41b997e9ced978e70702b594d6ea1d355.tar.gz |
Remove param
-rw-r--r-- | jenkins/job-suite-generator.groovy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jenkins/job-suite-generator.groovy b/jenkins/job-suite-generator.groovy index 89b65ad..4d9b30d 100644 --- a/jenkins/job-suite-generator.groovy +++ b/jenkins/job-suite-generator.groovy @@ -60,7 +60,6 @@ node("master") { "conda_build_version: ${this.conda_build_version}\n" + "conda_base_URL: ${this.conda_base_URL}\n" + "utils_repo: ${this.utils_repo}\n" + - "publication_root: ${this.publication_root}\n" + "old_jobs_action: ${this.old_jobs_action}\n" + " Other values:\n" + "dsl_script: ${this.dsl_script}") |