blob: f5b2d458984c9fbed66077a18d0636bcfd718308 [file] [log] [blame]
- name: Show artifact info
debug:
msg: "Artifact: {{ artifact.change }},{{ artifact.patchset }} {{ artifact.job }} -> {{ artifact.url }}"
- name: Download one artifact
get_url:
url: "{{ artifact.url }}"
dest: "{{ new_source_prefix }}/coverage.xml"