992bfebaa5
In order to make it easier to view the job results, return them as artifact. Change-Id: Icaac122a94a3285a81f2c765eef79a3dbc14f2e4
11 lines
237 B
YAML
11 lines
237 B
YAML
- hosts: all
|
|
tasks:
|
|
- name: Return artifact to Zuul
|
|
zuul_return:
|
|
data:
|
|
zuul:
|
|
artifacts:
|
|
- name: list-changes results
|
|
url: tox/list-changes/list-changes-results.log
|
|
|