James E. Blair ea00b6aa5a Use human-readable names for artifact returns
This will cause links to appear on the build page with text like
"Docs preview site".

Change-Id: I65f8990b65607e72190a871409c3e31014ce86df
2019-08-12 07:13:27 -07:00

15 lines
413 B
YAML

- name: Generate Zuul manifest
generate_manifest:
root: "{{ generate_zuul_manifest_root }}"
output: "{{ generate_zuul_manifest_output }}"
- name: Return Zuul manifest URL to Zuul
zuul_return:
data:
zuul:
artifacts:
- name: Zuul Manifest
url: "{{ generate_zuul_manifest_filename }}"
metadata:
type: "{{ generate_zuul_manifest_type }}"