Merge "submit-logstash-jobs: fix the new location of the zuul log_url"
This commit is contained in:
commit
2aab7b25c4
@ -6,4 +6,4 @@
|
||||
success: "{{ zuul_success }}"
|
||||
host_vars: "{{ hostvars }}"
|
||||
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') }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user