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

Increased log level

parent f336431a
No related branches found
No related tags found
1 merge request!92Increased log level
Pipeline #131803 passed
...@@ -75,17 +75,18 @@ ...@@ -75,17 +75,18 @@
- name: Load scans log - name: Load scans log
command: cat "{{ paas_ci_workdir + '/scan.log' }}" command: cat "{{ paas_ci_workdir + '/scan.log' }}"
register: scans_log register: scan_log
when: summary_report_json.global == 'NOK' #when: summary_report_json.global == 'NOK'
- name: import scans_log - name: import scan_log
set_fact: set_fact:
imported_scans_log: "{{ scans_log.stdout }}" imported_scans_log: "{{ scan_log.stdout }}"
#when: summary_report_json.global == 'NOK'
- name: Show scans log - name: Show scans log
debug: debug:
var: imported_scans_log var: imported_scans_log
when: summary_report_json.global == 'NOK' #when: summary_report_json.global == 'NOK'
- name: Detailed report summary - name: Detailed report summary
debug: 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