diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2017-08-03 13:36:21 -0400 |
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2017-08-03 13:36:21 -0400 |
| commit | a2af62db7567b6a27e890c0bc18aa47dab0ec68c (patch) | |
| tree | d8307398b8ec965e4503487fa7b862a55b032ad2 | |
| parent | 33f49bedd2c9087a7ec2f7204f5baf6c280bbdc7 (diff) | |
| download | build_control-a2af62db7567b6a27e890c0bc18aa47dab0ec68c.tar.gz | |
Adjust final publication path
| -rw-r--r-- | jenkins/dispatch.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/dispatch.groovy b/jenkins/dispatch.groovy index c2c1c95..a79ad51 100644 --- a/jenkins/dispatch.groovy +++ b/jenkins/dispatch.groovy @@ -239,7 +239,7 @@ node(LABEL) { stage ("Publication") { // Copy packages built during this session to the publication path. - sh(script: "rsync -avzr ${this.conda_build_output_dir}/*.tar.bz2 ${PUBLICATION_PATH}") + sh(script: "rsync -avzr ${this.conda_build_output_dir}/*.tar.bz2 ${PUBLICATION_PATH}/${this.CONDA_PLATFORM}") // Use a lock file to prevent two dispatch jobs that finish at the same // time from trampling each other's indexing process. def lockfile = "${this.conda_build_output_dir}/LOCK-Jenkins" |
