blob: 576aeb70b485debf7be77374b7f15060023fe066 [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: "{{ coverage_destination }}"