| Key | Value |
|---|---|
| Job ID | {{ item.job_id }} |
| Pipeline | {%- set pipeline_id = item.commit.last_pipeline.web_url.split('/')[-1] %}{{ 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") }} |