Publications use ZUUL_REF instead of ZUUL_BRANCH.

* .../files/jenkins_job_builder/config/infra-publications.yaml: The
$ZUUL_BRANCH variable is not available in the post pipeline, so use
the $ZUUL_REF variable instead. It contains the branch name we want.

Change-Id: I8ad62a1d191f36a93d057c0fe3092e27c319ce9a
This commit is contained in:
Jeremy Stanley 2013-07-30 22:37:56 +00:00
parent 95938e8d2e
commit 091ffa97d1

View File

@ -11,7 +11,7 @@
- ftp: - ftp:
site: docs.openstack.org site: docs.openstack.org
source: '**' source: '**'
target: 'infra/publications/$ZUUL_BRANCH/' target: 'infra/publications/$ZUUL_REF/'
remove-prefix: '' remove-prefix: ''
excludes: '' excludes: ''
- console-log - console-log