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

show scans logs

parent 1283a137
No related branches found
No related tags found
1 merge request!59show scans logs
......@@ -38,10 +38,12 @@
- name: Load scans log
command: cat "{{ paas_ci_workdir + '/scans.log'}}"
register: scans_log
when: summary_report_json.global == 'NOK'
- name: Show scans log
debug:
msg: "{{ scans_log.output }}"
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