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

Merge branch 'debug_paas_ci' into 'main'

Improved report summary in jenkins

See merge request !56
parents 2cad84f7 c64fa482
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