Fix emit-job-header

This currently fails with "Error 'nodepool' is undefined".

REmove nodepool line completely for now.

Change-Id: I134079a6118c8825fa91920c0f12c2d2789361a5
This commit is contained in:
Andreas Jaeger 2018-03-07 11:27:32 +01:00
parent f8fd1b0a92
commit 71bc02db76

View File

@ -12,7 +12,6 @@
Job: {{ zuul.job }} Job: {{ zuul.job }}
Pipeline: {{ zuul.pipeline }} Pipeline: {{ zuul.pipeline }}
Executor: {{ zuul.executor.hostname }} Executor: {{ zuul.executor.hostname }}
Provider: {{ nodepool.provider |default('N/A') }}
{% if zuul.change_url is defined %} {% if zuul.change_url is defined %}
Triggered by: {{ zuul.change_url }} Triggered by: {{ zuul.change_url }}
{% endif %} {% endif %}