2aa0dbcf29
This allows a deployer to indicate that they prefer the Zuul dashboard to link to "dir/index.html" rather than just "/dir" when displaying directory entries in the log browser. This helps with log storage systems which do not automatically serve index.html files at directory urls. Change-Id: I0444798c689667e51d8761a20b661f8a9b90323d
6 lines
301 B
YAML
6 lines
301 B
YAML
generate_zuul_manifest_root: "{{ zuul.executor.log_root }}"
|
|
generate_zuul_manifest_filename: "zuul-manifest.json"
|
|
generate_zuul_manifest_output: "{{ zuul.executor.log_root }}/{{ generate_zuul_manifest_filename }}"
|
|
generate_zuul_manifest_type: "zuul_manifest"
|
|
generate_zuul_manifest_index_links: False
|