Set .root-marker variables for openstack-manuals

The ZUUL_* variables are only available for legacy jobs but are
required to write the root-marker file. Set the needed variables.

Change-Id: Ie6e2dbe6f1951f94c918a1aea83ad93e7b39c4b0
This commit is contained in:
Andreas Jaeger 2017-10-26 21:55:30 +02:00
parent bf8c1f7d84
commit 67e6d11d5f

View File

@ -470,7 +470,13 @@
- zuul: openstack-infra/openstack-zuul-jobs
vars:
tox_envlist: publishdocs
tox_environment:
# The tox job writes the root-marker file directly and thus
# needs the following variables set:
ZUUL_PROJECT: "{{ zuul.project.name }}"
ZUUL_BRANCH: "{{ zuul.branch }}"
ZUUL_UUID: "{{ zuul.build }}"
ZUUL_NEWREF: "{{ zuul.ref }}"
- job:
name: publish-openstack-manuals
parent: publish-openstack-manuals-base