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:
parent
95938e8d2e
commit
091ffa97d1
@ -11,7 +11,7 @@
|
||||
- ftp:
|
||||
site: docs.openstack.org
|
||||
source: '**'
|
||||
target: 'infra/publications/$ZUUL_BRANCH/'
|
||||
target: 'infra/publications/$ZUUL_REF/'
|
||||
remove-prefix: ''
|
||||
excludes: ''
|
||||
- console-log
|
||||
|
Loading…
Reference in New Issue
Block a user