Merge "submit-logstash-jobs: fix the new location of the zuul log_url"

This commit is contained in:
Zuul 2021-06-24 15:30:50 +00:00 committed by Gerrit Code Review
commit 2aab7b25c4

View File

@ -6,4 +6,4 @@
success: "{{ zuul_success }}" success: "{{ zuul_success }}"
host_vars: "{{ hostvars }}" host_vars: "{{ hostvars }}"
path: "{{ zuul.executor.log_root }}" path: "{{ zuul.executor.log_root }}"
log_url: "{{ (lookup('file', zuul.executor.result_data_file) | from_json).get('zuul').get('log_url') }}" log_url: "{{ (lookup('file', zuul.executor.result_data_file) | from_json).get('data').get('zuul').get('log_url') }}"