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 }}" | ||||
Jan Kundrát | 473cdf5 | 2020-04-14 13:34:33 +0200 | [diff] [blame] | 8 | dest: "{{ coverage_destination }}" |