diff options
author | Matt Rendina <mrendina@stsci.edu> | 2017-09-06 10:12:52 -0400 |
---|---|---|
committer | Matt Rendina <mrendina@stsci.edu> | 2017-09-06 10:12:52 -0400 |
commit | 46ffe30578571eb3c1d7e94e0c8dce266528e536 (patch) | |
tree | adde9943528e60e27e1df901095630d5256b656f | |
parent | 070f57c0e73e5f2af15190ba8286b93a8d3de175 (diff) | |
download | build_control-46ffe30578571eb3c1d7e94e0c8dce266528e536.tar.gz |
Add publication_root path to job suite description
-rw-r--r-- | jenkins/generator_DSL.groovy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jenkins/generator_DSL.groovy b/jenkins/generator_DSL.groovy index beb4160..21088c0 100644 --- a/jenkins/generator_DSL.groovy +++ b/jenkins/generator_DSL.groovy @@ -39,7 +39,8 @@ for (label in labels.trim().tokenize()) { "build control tag: ${build_control_tag}\n" + "conda version: ${conda_version}\n" + "conda-build version: ${conda_build_version}\n" + - "utils_repo: ${utils_repo}") + "utils_repo: ${utils_repo}\n" + + "publication_root: ${config.publication_root}") } //----------------------------------------------------------------------- |