Jan Kundrát | 6e2570d | 2020-04-08 18:52:51 +0200 | [diff] [blame] | 1 | - 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" |