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:
parent
f8fd1b0a92
commit
71bc02db76
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user