Skip to content
Snippets Groups Projects
Commit c64fa482 authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Improved report summary in jenkins

parent 63486f0f
No related branches found
No related tags found
1 merge request!56Improved report summary in jenkins
......@@ -30,10 +30,10 @@
summary_report_json: "{{ summary_report.stdout | from_json }}"
- name: Show reports
debug:
msg: "{{lookup('file', item.path)}}"
with_items: "{{report_files.files}}"
when: summary_report_json.global == 'NOK'
debug:
msg: "{{lookup('file', item.path)}}"
with_items: "{{report_files.files}}"
when: summary_report_json.global == 'NOK'
- name: Detailed report summary
debug:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment