blob: f5b2d458984c9fbed66077a18d0636bcfd718308 [file] [log] [blame]
Jan Kundrát6e2570d2020-04-08 18:52:51 +02001- name: Show artifact info
2 debug:
3 msg: "Artifact: {{ artifact.change }},{{ artifact.patchset }} {{ artifact.job }} -> {{ artifact.url }}"
4
5- name: Download one artifact
6 get_url:
7 url: "{{ artifact.url }}"
8 dest: "{{ new_source_prefix }}/coverage.xml"