{%- for item in items %}{% if item.job_id != -1 %}

{{ item.tag.name }}

{%- set pipeline_id = item.commit.last_pipeline.web_url.split('/')[-1] %}
Key Value
Job ID {{ item.job_id }}
Pipeline{{ pipeline_id }}
Commit {{ item.commit.short_id }}
Tag title {{ item.commit.title }}
Tag author {{ item.commit.author_name }}
Created {{ item.created_at.strftime("%Y-%m-%d %H:%M:%S") }}

View
{% endif %}{% endfor -%}