
Fixed issue introduced by new logs browsing experience where success-url and failure-url are no longer working. Change-Id: Id8a3202235ea48129aa7883b00a2a3095cadf6fe Needed-By: https://review.opendev.org/#/c/669223/
11 lines
271 B
YAML
11 lines
271 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Return artifact to Zuul
|
|
zuul_return:
|
|
data:
|
|
zuul:
|
|
artifacts:
|
|
- name: "Molecule report"
|
|
url: "tox/reports.html"
|
|
metadata:
|
|
type: html_report |