Remove logging of URL in emit-job-header

With swift logging, this is not correct anymore - and users can get the
information via Builds and Buildset tabs on the Zuul Webui as quickly
as well nowadays.

Change-Id: Ifccf7fc1c1cd68eaf4aa22dc6829673a9aedcd37
This commit is contained in:
Andreas Jaeger 2019-08-15 20:06:57 +02:00
parent 7f4b3a6486
commit da7493dcf1
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@
{% if zuul.change_url is defined %}
Triggered by: {{ zuul.change_url }}
{% endif %}
{% if zuul_log_url is defined and zuul_log_path is defined %}
Log URL (when completed): {{ zuul_log_url }}/{{ zuul_log_path }}/
{% endif %}
- name: Print node information
debug: