Skip to content
Snippets Groups Projects

Improved report summary in jenkins

Merged Gioacchino Vino requested to merge debug_paas_ci into main
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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:
Loading